-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
64 lines (64 loc) · 1.76 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
{
"name": "locyanfrp",
"version": "2.4",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build-ts-check": "run-p type-check \"build-only {@}\" --",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@chongying-star/vue-vaptcha": "^1.0.0-beta.1",
"@vicons/carbon": "^0.13.0",
"@vicons/fa": "^0.13.0",
"@vicons/fluent": "^0.13.0",
"@vicons/ionicons4": "^0.13.0",
"@vicons/ionicons5": "^0.13.0",
"@vicons/material": "^0.13.0",
"axios": "^1.7.9",
"highlight.js": "^11.10.0",
"js-cookie": "^3.0.5",
"json": "^11.0.0",
"marked": "^11.2.0",
"postcss": "^8.4.47",
"qs": "^6.13.0",
"tailwindcss": "^3.4.12",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"v-clipboard": "^3.0.0-next.1",
"vue": "^3.5.13",
"vue-axios": "^3.5.2",
"vue-cookies": "^1.8.4",
"vue-route": "^1.5.1",
"vue-router": "^4.5.0",
"vue-turnstile": "^1.0.11",
"vuex": "^4.1.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.10.2",
"@types/qs": "^6.9.16",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"npm-run-all2": "^7.0.2",
"prettier": "^3.3.3",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"git-revision-vite-plugin": "^0.0.11",
"naive-ui": "2.41.0",
"vfonts": "^0.1.0",
"typescript": "~5.7.3",
"vite": "^6.0.7",
"vite-plugin-vue-devtools": "^7.6.8",
"vue-tsc": "^2.1.10"
}
}