-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "spbgzh.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "eslint --fix --ext .ts,.tsx,.js,.jsx,.vue ."
},
"dependencies": {
"@vicons/ionicons5": "^0.12.0",
"@vue/eslint-config-typescript": "^11.0.2",
"axios": "^1.0.0",
"core-js": "^3.26.0",
"stable": "^0.1.8",
"vue": "^3.2.13",
"vue-concurrency": "^2.3.0",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "^5.0.8",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.7.0",
"naive-ui": "^2.33.3",
"prettier": "2.7.1",
"sass": "^1.56.0",
"sass-loader": "^13.0.2",
"typescript": "^4.8.4",
"unplugin-auto-import": "^0.11.4",
"vfonts": "^0.0.3",
"vue3-markdown-it": "^1.0.10",
"webpack": "^5.74.0"
}
}