forked from FreeNowOrg/PicaComicNow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "vite-vue-ts-template",
"version": "0.1.2",
"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.6.7",
"fish-store": "^1.0.1",
"js-cookie": "^3.0.5",
"nprogress": "0.2.0",
"vue": "^3.4.19",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@l2studio/picacomic-api": "^0.1.13",
"@prettier/plugin-pug": "^3.0.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.11.19",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vercel/node": "^3.0.19",
"@vicons/fa": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/language-plugin-pug": "^1.8.27",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.21.1",
"prettier": "^3.2.5",
"pug": "^3.0.2",
"sass": "^1.71.1",
"serverless-kit": "^0.4.0",
"typescript": "^5.3.3",
"vercel": "^33.5.1",
"vite": "^5.1.4"
}
}