-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.41 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
44
45
46
47
48
49
{
"name": "Lifegame",
"version": "1.0.0",
"description": "imprementing lifegame",
"main": "src/main.js",
"dependencies": {
"@babel/core": "^7.0.0-beta.40",
"@babel/preset-env": "^7.0.0-beta.40",
"autoprefixer": "^8.0.0",
"babel-loader": "^8.0.0-beta.0",
"babel-register": "^6.26.0",
"classnames": "^2.2.5",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"extract-text-webpack-plugin": "^3.0.2",
"lodash.chunk": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"postcss": "^6.0.19",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"sass-loader": "^6.0.6",
"uuid": "^3.2.1",
"webpack": "^3.11.0"
},
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.40",
"@babel/preset-react": "^7.0.0-beta.40",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.2",
"postcss-loader": "^2.1.0",
"react-devtools": "^3.1.0",
"style-loader": "^0.20.2",
"webpack-dev-server": "^2.11.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --config webpack.config.js",
"build": "webpack",
"start:dev": "webpack-dev-server"
},
"author": "otakumesi",
"license": "MIT"
}