-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
51 lines (51 loc) · 1.38 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
{
"name": "vite-vue-ts-template",
"version": "0.2.0",
"main": "index.js",
"repository": "[email protected]:FreeNowOrg/vite-vue-ts-template.git",
"author": "FreeNowOrg <https://github.com/FreeNowOrg>",
"license": "Apache-2.0",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"start": "vite",
"serve": "vercel dev",
"build": "vite build"
},
"dependencies": {
"axios": "^1.7.9",
"fish-store": "^1.0.1",
"js-cookie": "^3.0.5",
"localforage": "^1.10.0",
"nprogress": "0.2.0",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@l2studio/picacomic-api": "^0.1.13",
"@prettier/plugin-pug": "^3.2.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.10.1",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vercel/node": "^3.2.29",
"@vicons/fa": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/language-plugin-pug": "^2.1.10",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.2",
"pug": "^3.0.3",
"sass": "^1.71.1",
"serverless-kit": "^0.4.0",
"typescript": "^5.7.2",
"vercel": "^39.2.0",
"vite": "^6.0.3"
}
}