-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.89 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": "AddonBox",
"version": "1.0.0",
"description": "Wow addon manager for Chinese",
"main": "entry.js",
"babel": {
"presets": [
"es2015"
]
},
"scripts": {
"start": "electron dist/entry.js",
"lint": "eslint app/**/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Frank Yang <codebear4@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/codebearx/AddonBox"
},
"bugs": {
"url": "https://github.com/codebearx/AddonBox/issues"
},
"license": "MIT",
"devDependencies": {
"appdmg": "^0.3.6",
"async": "^2.0.0-rc.1",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"bootstrap": "^3.3.6",
"bootswatch": "^3.3.6",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"electron-packager": "^5.2.1",
"electron-prebuilt": "^0.37.2",
"eslint": "^2.4.0",
"eslint-loader": "^1.3.0",
"estraverse-fb": "^1.3.1",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"extract-zip": "^1.5.0",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.10.0",
"image-webpack-loader": "^1.6.3",
"imports-loader": "^0.6.5",
"jquery": "^3.0.0",
"json-loader": "^0.5.4",
"less": "^2.6.1",
"less-loader": "^2.2.2",
"mkdirp": "^0.5.1",
"node-fetch": "^1.3.3",
"request": "2.65.0",
"request-progress": "^2.0.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"vue": "^1.0.17",
"vue-animate-css": "^1.0.0",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.0",
"vue-i18n": "^2.4.1",
"vue-loader": "^8.2.0",
"vue-strap": "^1.0.7",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.14",
"xml2js": "^0.4.16"
}
}