-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 866 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
{
"name": "BattleShip",
"version": "1.0.0",
"description": "",
"repository": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"server": "node server.js",
"test": "",
"lint": ""
},
"author": "malyfko",
"license": "",
"dependencies": {
"autoprefixer": "^6.4.1",
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2016": "^6.24.1",
"css-loader": "^0.25.0",
"express": "^4.16.2",
"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",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.15.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0"
}
}