-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 983 Bytes
/
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": "bigtwo",
"version": "1.0.0",
"main": "index.js",
"author": "M M Alam",
"license": "MIT",
"scripts": {
"build": "webpack",
"start": "webpack --watch",
"dev": "webpack-dev-server"
},
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.9",
"node-sass": "^4.7.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-svg-loader": "^2.1.0",
"redux": "^3.7.2",
"rxjs": "^5.5.6",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.11.0",
"yarn": "^1.3.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"live-server": "^1.2.0"
}
}