mirror of
https://github.com/status-im/dreddit-dapp.git
synced 2025-02-21 10:48:24 +00:00
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "dreddit",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "embark test",
|
|
"start": "nodemon --watch api api/main.js --exec babel-node --presets=es2015,stage-2",
|
|
"build": "babel --presets=es2015,stage-2 api -d server-dist",
|
|
"serve": "node server-dist/main.js",
|
|
"uglify": "uglifyjs ./dist/js/dapp.js -c -m -o ./dist/js/dapp.min.js; rm ./dist/js/dapp.js; mv ./dist/js/dapp.min.js dist/js/dapp.js",
|
|
"upload": "ipfs add -r ./dist"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"homepage": "",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-eslint": "^8.2.6",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-register": "^6.26.0",
|
|
"mocha": "^5.2.0",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-plugin-import": "^2.13.0",
|
|
"eslint-plugin-node": "^7.0.1",
|
|
"eslint-plugin-promise": "^3.8.0",
|
|
"eslint-plugin-standard": "^3.1.0",
|
|
"eslint-plugin-react": "^7.10.0",
|
|
"nodemon": "^1.18.3"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^1.4.3",
|
|
"@material-ui/icons": "^2.0.1",
|
|
"@material-ui/lab": "^1.0.0-alpha.9",
|
|
"axios": "^0.18.0",
|
|
"body-parser": "^1.18.3",
|
|
"dateformat": "^3.0.3",
|
|
"express": "^4.16.3",
|
|
"lodash": "^4.17.10",
|
|
"material-ui-image": "^3.0.0",
|
|
"material-ui-search-bar": "^1.0.0-beta.9",
|
|
"mongodb": "^3.1.3",
|
|
"react": "^16.4.2",
|
|
"react-dom": "^16.4.2",
|
|
"uglify-es": "^3.3.9"
|
|
}
|
|
}
|