-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 920 Bytes
/
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
{
"name": "redwarrior",
"version": "1.0.0",
"main": "index.js",
"repository": {
"url": "https://github.com/gefinity/redwarrior.git",
"type": "git"
},
"scripts": {
"start": "webpack-dev-server --progress --open"
},
"author": "Geoffrey Everitt <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-strict-mode": "^6.11.3",
"babel-preset-es2015": "^6.16.0",
"clean-webpack-plugin": "^0.1.13",
"copy-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^2.22.0",
"json-loader": "^0.5.4",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
},
"devDependencies": {
"imagesloaded": "^4.1.3",
"invariant": "^2.2.2",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"stats.js": "^0.17.0"
}
}