forked from Jrohy/trojan-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 860 Bytes
/
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
{
"name": "trojan-web",
"version": "0.1.0",
"private": true,
"author": "Jrohy",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.1",
"@vue/cli-plugin-eslint": "~4.3.1",
"@vue/cli-service": "~4.3.1",
"@vue/eslint-config-standard": "^5.1.2",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.16.0",
"sass": "^1.38.1",
"sass-loader": "^10.2.0",
"svg-sprite-loader": "^6.0.9",
"vue-template-compiler": "^2.6.14",
"webpack-cli": "^4.8.0"
}
}