-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "sprite-animation-test",
"version": "0.0.8",
"description": "A tool to quickly test sprite animations",
"main": "''",
"scripts": {
"build": "SET NODE_ENV=production & webpack -p --config webpack.production.config.js --progress --profile --colors",
"dev": "webpack-dev-server --progress --profile --colors --hot"
},
"repository": {
"type": "git",
"url": "https://github.com/jakob101/sprite-animation-test"
},
"keywords": [
"Sprite",
"Animation",
"Test",
"Design"
],
"author": "Jakob Werner",
"license": "MIT",
"bugs": {
"url": "https://github.com/jakob101/sprite-animation-test/issues"
},
"homepage": "https://github.com/jakob101/sprite-animation-test#readme",
"dependencies": {
"bootstrap": "3.3.5",
"json-loader": "^0.5.4",
"json5-loader": "^0.6.0",
"jsx-loader": "^0.13.2",
"node-libs-browser": "1.0.0",
"react": "15.0.1",
"react-dom": "15.0.1"
},
"devDependencies": {
"babel-core": "6.7.7",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"css-loader": "0.23.1",
"file-loader": "0.8.5",
"react-hot-loader": "1.3.0",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.13.0",
"webpack-dev-server": "1.14.1"
}
}