-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.23 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
{
"name": "govhack-2017-game",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:Arcton/govhack-2017-game.git",
"author": "Arcton <arctondev@gmail.com>",
"license": "GPL-3.0",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.1.0",
"node-sass": "^4.5.3",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"svg-sprite-loader": "^3.0.8",
"svgo-loader": "^1.2.1",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"serve": "webpack-dev-server --hot --config webpack.config.js"
},
"dependencies": {
"ampersand-collection": "^2.0.1",
"ampersand-state": "^5.0.2",
"ampersand-view": "^10.0.2",
"ampersand-view-switcher": "^2.1.0",
"html-loader": "^0.5.0",
"html-webpack-plugin": "^2.29.0",
"normalize.css": "^7.0.0",
"tocktimer": "^1.0.12"
}
}