-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "town_simulator",
"version": "1.0.0",
"description": "A small town simulator. Currently, its citizens only:",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --inline --hot",
"deploy": "rm -rf dist && webpack && cp config/CNAME dist && surge dist",
"type": "git",
"url": "git+https://github.com/mrcasals/town_simulator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrcasals/town_simulator/issues"
},
"dependencies": {
"babel-core": "^6.7.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.2",
"babel-preset-stage-2": "^6.1.2"
},
"homepage": "https://github.com/mrcasals/town_simulator#readme",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"css-loader": "^0.23.1",
"foswig": "^1.1.1",
"html-webpack-plugin": "^2.22.0",
"immutable": "^3.8.1",
"jasmine": "^2.4.1",
"karma": "^1.1.1",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-webpack": "^1.7.0",
"node-sass": "^3.8.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"surge": "^0.18.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}