-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.15 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
{
"name": "inpageedit-analytics",
"private": true,
"version": "5.0.1",
"author": "Dragon-Fish <dragon-fish@qq.com>",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"start": "vite",
"serve": "vercel dev",
"build": "vuedx-typecheck . && vite build",
"preview": "vercel deploy",
"bump": "bump --nopublish"
},
"dependencies": {
"echarts": "^5.4.3",
"nprogress": "^0.2.0",
"serverless-kit": "^0.4.0",
"vue": "^3.4.5",
"vue-echarts": "^6.6.8",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@dragon-fish/bump": "^0.0.15",
"@dragon-fish/sensitive-words-filter": "^2.0.1",
"@prettier/plugin-pug": "^3.0.0",
"@types/node": "^20.10.6",
"@types/nprogress": "^0.2.3",
"@vercel/node": "^3.0.15",
"@vicons/fa": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^5.0.2",
"@vuedx/typecheck": "^0.7.6",
"@vuedx/typescript-plugin-vue": "^0.7.6",
"axios": "^1.6.5",
"mongodb": "^6.3.0",
"prettier": "^3.1.1",
"pug": "^3.0.2",
"sass": "^1.69.7",
"typescript": "^5.3.3",
"vercel": "33.0.2",
"vite": "^5.0.11"
}
}