forked from hcfyapp/crx-selection-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (68 loc) · 2.03 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
{
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/lmk123/crx-selection-translate.git"
},
"scripts": {
"postinstall": "node ./build/install-pdf-viewer",
"dev": "webpack --config build/webpack.dev.config.js",
"build": "gulp --cwd . --gulpfile build/gulp-build.js",
"test": "karma start build/karma.config.js"
},
"dependencies": {
"bootstrap-sass": "^3.3.6",
"chrome-call": "^1.0.2",
"connect.io": "^1.0.1",
"interact.js": "^1.2.6",
"translation.js": "^0.3.4",
"vue": "^1.0.24",
"vue-router": "^0.7.11"
},
"devDependencies": {
"download": "^5.0.0",
"babel-core": "^6.9.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-3": "^6.5.0",
"babel-loader": "^6.2.4",
"vue-html-loader": "^1.2.0",
"file-loader": "^0.8.5",
"raw-loader": "^0.5.1",
"node-sass": "^3.7.0",
"sass-loader": "^3.2.0",
"css-loader": "^0.23.1",
"style-loader": "^0.13.0",
"extract-text-webpack-plugin": "^1.0.1",
"webpack": "^1.13.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-uglify": "^1.5.3",
"gulp-htmlmin": "^2.0.0",
"gulp-jsonmin": "^1.1.0",
"gulp-clean-css" : "^2.0.9",
"gulp-zip": "^3.2.0",
"chrome-env": "^0.0.6",
"jasmine-core": "^2.4.1",
"phantomjs-prebuilt": "^2.1.6",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-webpack": "^1.7.0",
"karma-sourcemap-loader": "^0.3.7",
"isparta-loader": "^2.0.0",
"karma-coverage": "^1.0.0",
"karma-coveralls": "^1.1.2"
},
"author": "Milk Lee <milk.lee@qq.com>",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/lmk123/crx-selection-translate/issues"
},
"homepage": "https://github.com/lmk123/crx-selection-translate#readme"
}