-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
44 lines (44 loc) · 1.46 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": "the-monsters-vault-game",
"version": "1.6.0",
"description": "3d game made with CSS 3d transforms",
"author": "alvov",
"devDependencies": {
"babel-eslint": "7.1.1",
"babel-plugin-transform-es2015-modules-commonjs": "6.22.0",
"babel-register": "6.22.0",
"eslint": "3.15.0",
"eslint-plugin-react": "6.9.0",
"faucet": "0.0.1",
"http-server": "0.9.0",
"tape": "4.6.3"
},
"dependencies": {
"babel-core": "6.22.1",
"babel-loader": "6.2.10",
"babel-plugin-syntax-class-properties": "6.13.0",
"babel-plugin-syntax-export-extensions": "6.13.0",
"babel-plugin-syntax-object-rest-spread": "6.13.0",
"babel-plugin-transform-class-properties": "6.22.0",
"babel-plugin-transform-export-extensions": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.22.0",
"babel-preset-react": "6.22.0",
"css-loader": "0.26.1",
"extract-text-webpack-plugin": "2.0.0-rc.3",
"file-loader": "0.10.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-redux": "5.0.2",
"redux": "3.6.0",
"redux-batched-actions": "0.1.5",
"style-loader": "0.13.1",
"webpack": "2.2.1"
},
"scripts": {
"start": "http-server -a 127.0.0.1",
"watch": "webpack --watch",
"build-assets-list": "node tools/buildAssetsList.js",
"test:debug": "BABEL_DISABLE_CACHE=1 node debug tests/collision.js",
"test": "BABEL_DISABLE_CACHE=1 node tests/collision.js | node_modules/faucet/bin/cmd.js"
}
}