-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
52 lines (52 loc) · 1.55 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
{
"name": "chrome_proxy",
"version": "0.0.1",
"description": "Tiny proxy manager chrome extension",
"main": "index.js",
"author": "[email protected]",
"license": "MIT",
"scripts": {
"build": "webpack --progress",
"eslint": "./node_modules/.bin/eslint ."
},
"dependencies": {
"axios": "^0.17.1",
"node-sass": "^4.7.2",
"parse-domain": "^2.0.0",
"user-agent-parser": "^0.6.0",
"vue": "^2.5.13",
"vue-class-component": "^6.1.2",
"vue-material": "^1.0.0-beta-7",
"vue-property-decorator": "^6.0.0",
"vue-template-compiler": "^2.5.13",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.8",
"eslint": "^4.17.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"file-loader": "^1.1.6",
"hard-source-webpack-plugin": "^0.5.15",
"html-loader": "^0.5.4",
"imports-loader": "^0.7.1",
"json-loader": "^0.5.7",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"vue-loader": "^13.7.0",
"webpack": "^3.10.0"
}
}