-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.45 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
{
"name": "character-creator",
"version": "1.0.0",
"description": "Character Creator for AEPi Booth 2016",
"main": "main.js",
"scripts": {
"start": "electron main.js",
"build": "./node_modules/webpack/bin/webpack.js",
"watch": "./node_modules/webpack/bin/webpack.js -w --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AEPi-AK/character-creator.git"
},
"author": "Avi Romanoff <avi@romanoff.me>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/AEPi-AK/character-creator/issues"
},
"homepage": "https://github.com/AEPi-AK/character-creator#readme",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-polyfill": "^6.7.4",
"babel-preset-async-to-bluebird": "^1.0.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"classnames": "^2.2.3",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"lodash": "^4.11.1",
"postcss": "^5.0.19",
"postcss-loader": "^0.8.2",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-spinkit": "^1.1.6",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"whatwg-fetch": "^0.11.0"
},
"dependencies": {
"electron-prebuilt": "^0.36.10"
}
}