-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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": "elevator-tactics",
"version": "0.1.0",
"description": "Play with elevators",
"main": "index.js",
"scripts": {
"start": "make devel",
"build": "make build",
"test": "make test"
},
"author": "",
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.6.1",
"codemirror": "^5.15.2",
"lodash": "^4.12.0",
"react": "^15.0.2",
"react-codemirror": "^0.2.6",
"react-dom": "^15.0.2",
"react-draggable": "^2.1.0",
"react-hot-loader": "^3.0.0-beta.2",
"react-look": "^1.0.0-beta9"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015-webpack": "^6.4.1",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"css-loader": "^0.23.1",
"eslint": "^2.10.1",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-react": "^5.1.1",
"file-loader": "^0.8.5",
"istanbul": "^0.4.3",
"karma": "^0.13.22",
"mocha": "^2.4.5",
"plato": "^1.5.0",
"sinon": "^1.17.4",
"tape": "^4.5.1",
"webpack": "^2.1.0-beta.7",
"webpack-dev-server": "^2.0.0-beta",
"webpack-shell-plugin": "^0.4.2"
}
}