-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.31 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "2017-05-25",
"version": "1.0.0",
"main": "bot.js",
"license": "MIT",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.17.2",
"btoa": "^1.1.2",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.3",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^2.28.0",
"isomorphic-fetch": "^2.2.1",
"node-sass": "^4.14.1",
"normalize.css": "^7.0.0",
"optimize-css-assets-webpack-plugin": "^1.3.2",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.1",
"telebot": "^1.2.0",
"webpack": "^2.6.1"
},
"scripts": {
"webpack": "./node_modules/.bin/webpack --config ./src/webpack.config.js --context ./src --watch --env",
"webpack-prod": "NODE_ENV=production ./node_modules/.bin/webpack --config ./src/webpack.config.js --context ./src --env.production"
}
}