forked from crimx/ext-saladict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.25 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "saladict",
"version": "5.31.7",
"author": "CRIMX <[email protected]>",
"license": "MIT",
"description": "Chrome extension, inline translator powered by mutiple online dictionaries",
"homepage": "http://www.crimx.com/crx-saladict/",
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"build": "cross-env node build/build.js",
"dev-build": "cross-env BUILD_ENV=devproduction node build/build.js",
"unit-single": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js",
"test": "npm run unit-single",
"lint": "eslint --ext .js,.vue src test/unit/specs"
},
"devDependencies": {
"ajv": "^5.3.0",
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-strip-function-call": "^1.0.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"connect-history-api-fallback": "^1.5.0",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"debug": "^3.1.0",
"empty-module-loader": "^0.1.1",
"eslint": "^4.11.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^4.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"friendly-errors-webpack-plugin": "^1.6.1",
"glob": "^7.1.2",
"html-webpack-plugin": "^2.30.1",
"http-proxy-middleware": "^0.17.4",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^1.3.3",
"karma-sinon-chrome": "^0.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^2.0.6",
"lodash": "^4.17.4",
"lolex": "^2.3.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mocha": "^4.0.1",
"node-sass": "^4.7.1",
"opn": "^5.1.0",
"ora": "^1.3.0",
"postcss": "^6.0.14",
"postcss-loader": "^2.0.8",
"postcss-safe-important": "^1.1.0",
"sass-loader": "^6.0.6",
"sass-resources-loader": "^1.3.1",
"sinon": "^4.1.2",
"sinon-chai": "^2.14.0",
"sinon-chrome": "^2.2.1",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.1.0",
"url-loader": "^0.6.2",
"vue-loader": "^13.5.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.6",
"webpack": "^3.8.1",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.20.0",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"bootstrap-sass": "^3.3.7",
"highcharts": "^6.0.3",
"html2canvas": "^0.5.0-beta4",
"moment": "^2.19.2",
"normalize.css": "^7.0.0",
"vue": "^2.5.6",
"vue-highcharts": "^0.0.10",
"vue-qriously": "^1.1.1",
"vue-stash": "^2.0.1-beta",
"vuedraggable": "^2.15.0"
}
}