-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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": "BattleShip",
"version": "1.0.0",
"description": "",
"repository": "",
"main": "App.js",
"scripts": {
"build": "webpack",
"server": "node server.js",
"test": "mocha --compilers js:babel-core/register",
"lint": "eslint scripts test"
},
"author": "malyfko",
"license": "",
"dependencies": {
"autoprefixer": "^6.4.1",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.25.0",
"eslint": "^3.19.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"node-sass": "^3.9.3",
"path": "^0.12.7",
"postcss-loader": "^0.13.0",
"precss": "^1.4.0",
"prop-types": "^15.5.8",
"react": "^15.3.1",
"react-addons-css-transition-group": "^15.4.2",
"react-color": "^2.8.0",
"react-dom": "^15.3.1",
"react-router": "^2.8.1",
"react-select": "^1.0.0-rc.2",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.2"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"mocha": "^3.2.0"
}
}