-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.15 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
39
40
41
42
43
{
"name": "EmailCash",
"version": "3.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build-dev": "cross-env NODE_ENV=development webpack --progress",
"watch-dev": "npm run build-dev -- --watch",
"build-production": "cross-env NODE_ENV=production webpack --progress"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"style-loader": "^0.18.2",
"webpack": "^3.0.0"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.1.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.10",
"keycode-js": "^1.0.0",
"object-assign": "^4.1.1",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-draggable": "^2.2.6",
"react-redux": "^5.0.7",
"reactstrap": "^6.0.1",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"webpack": "^3.11.0"
}
}