-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.93 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "orbitdevs-game",
"version": "1.1.0",
"description": "OrbitDevs Game / React / Redux / Games libraries / Test",
"main": "index.ejs",
"scripts": {
"build": "rimraf docs && webpack",
"start": "webpack-dev-server",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PabloMarch/orbitdevs-game.git"
},
"keywords": [
"game",
"es6",
"react",
"redux",
"mojs",
"react-game-kit",
"scss"
],
"author": "Pablo Marchena",
"license": "ISC",
"bugs": {
"url": "https://github.com/PabloMarch/orbitdevs-game/issues"
},
"homepage": "https://github.com/PabloMarch/orbitdevs-game#readme",
"dependencies": {
"matter-js": "^0.12.0",
"mojs": "^0.2.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-game-kit": "0.0.2",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.4.0",
"babel-plugin-istanbul": "^4.0.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.23.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.16.3",
"css-loader": "^0.23.1",
"enzyme": "^2.7.1",
"eslint": "^3.1.1",
"eslint-loader": "^1.6.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"json-loader": "^0.5.4",
"node-sass": "^4.5.0",
"nyc": "^10.1.2",
"react-addons-test-utils": "^15.4.2",
"redux-ava": "^2.2.0",
"redux-logger": "^2.8.2",
"rimraf": "^2.5.4",
"sass-loader": "^6.0.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^2.3.1",
"webpack-dev-server": "^2.4.1",
"webpack-merge": "^4.0.0",
"webpack-validator": "^2.2.3"
}
}