-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.44 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.44 KB
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
{
"name": "vite-vue-ts-template",
"version": "0.2.0",
"main": "index.js",
"repository": "git@github.com:FreeNowOrg/vite-vue-ts-template.git",
"author": "FreeNowOrg <https://github.com/FreeNowOrg>",
"license": "Apache-2.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite",
"serve": "vercel dev",
"build": "vite build"
},
"dependencies": {
"axios": "^1.8.2",
"fish-store": "^1.0.1",
"js-cookie": "^3.0.5",
"localforage": "^1.10.0",
"naive-ui": "^2.41.0",
"nprogress": "0.2.0",
"pinia": "^3.0.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@l2studio/picacomic-api": "0.1.13",
"@prettier/plugin-pug": "^3.2.1",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.13.10",
"@types/nprogress": "^0.2.3",
"@vercel/node": "^5.1.12",
"@vicons/fa": "^0.13.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/language-plugin-pug": "^2.2.8",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-vue": "^10.0.0",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"pug": "^3.0.3",
"sass": "^1.85.1",
"serverless-kit": "^0.4.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.0",
"vercel": "^41.3.2",
"vite": "^6.2.1",
"vue-eslint-parser": "^10.1.1"
},
"packageManager": "pnpm@10.6.1"
}