-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 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
{
"name": "frost-navigation",
"description": "Frost Navigation",
"version": "3.1.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"packageManager": "pnpm@10.11.0",
"dependencies": {
"@frost-utils/javascript": "^2.1.3",
"@mdi/font": "^7.4.47",
"@vueuse/core": "^13.3.0",
"axios": "^1.9.0",
"dayjs": "^1.11.13",
"highlight.js": "^11.11.1",
"lunisolar": "^2.5.2",
"mathjs": "^14.5.2",
"monaco-editor": "^0.54.0",
"naive-ui": "^2.41.0",
"radash": "^12.1.0",
"uuid": "^11.1.0",
"vue": "^3.5.16",
"vue-router": "^4.5.1",
"zxing-wasm": "^2.1.2"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.5",
"@types/node": "^20.17.57",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-legacy": "^6.1.1",
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "~4.1.2",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.28.0",
"eslint-plugin-vue": "^9.33.0",
"less": "^4.3.0",
"vite": "^6.3.5"
}
}