likeopera-frontend/package.json

35 lines
1.0 KiB
JSON

{
"name": "likeopera",
"author": {
"name": "Vitaliy Filippov",
"email": "vitalif@yourcmc.ru",
"url": "http://yourcmc.ru/wiki/"
},
"description": "LikeOperaMail",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"eslint": "latest",
"eslint-plugin-react": "^7.7.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"superagent": "latest",
"socket.io-client": "latest",
"webpack": "^3.12.0",
"webpack-bundle-analyzer": "^2.13.1"
},
"scripts": {
"lint": "eslint *.js",
"compile": "webpack --optimize-minimize",
"stats": "NODE_ENV=production webpack --optimize-minimize --profile --json > stats.json; webpack-bundle-analyzer stats.json -h 0.0.0.0",
"watch-dev": "NODE_ENV=development webpack -w",
"watch": "NODE_ENV=production webpack -w --optimize-minimize"
}
}