-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.14 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
{
"name": "games-arcade-tutorial",
"version": "1.0.0",
"description": "",
"author": "matt colman <[email protected]>",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=development && node devServer.js",
"build": "NODE_ENV=production webpack",
"generate": "node scripts/generate.js"
},
"license": "ISC",
"dependencies": {
"bundle-loader": "^0.5.5",
"color": "^1.0.3",
"glamor": "^2.20.25",
"glamorous": "^3.23.3",
"gsap": "^1.19.0",
"history": "^4.6.2",
"lodash": "^4.16.6",
"phaser": "^2.6.2",
"phaser-manifest-loader": "^2.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-helmet": "^5.1.3",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"scriptjs": "^2.5.8"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.14.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.5",
"babel-plugin-flow-react-proptypes": "^3.4.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"browser-sync": "^2.15.0",
"browser-sync-webpack-plugin": "^1.1.2",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.23.1",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.3.0",
"eslint-plugin-react": "^5.1.1",
"expose-loader": "^0.7.1",
"file-loader": "^0.9.0",
"flow-bin": "^0.50.0",
"handlebars": "^4.0.11",
"html-webpack-plugin": "^2.24.1",
"image-webpack-loader": "^3.3.1",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"ncp": "^2.0.0",
"prettier": "^1.8.2",
"standard": "^8.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}