-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.54 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.54 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "with-vite",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"preview": "turbo build && pnpm -F naive-admin run preview",
"analyze": "pnpm -F naive-admin run build:analyze",
"typecheck": "pnpm -F naive-admin run typecheck",
"lint": "turbo lint",
"format": "prettier --write \"apps/celeris/**/*.{ts,tsx,vue}\""
},
"packageManager": "pnpm@9.7.1",
"dependencies": {
"@kirklin/logger": "^0.0.2",
"@kirklin/palette": "^0.1.1",
"@tanstack/query-persist-client-core": "^5.59.16",
"@tanstack/query-sync-storage-persister": "^5.59.16",
"@tanstack/vue-query": "^5.59.16",
"@tanstack/vue-table": "^8.20.5",
"@vicons/ionicons5": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vue/shared": "^3.5.12",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"animate.css": "^4.1.1",
"axios": "^1.7.7",
"bignumber.js": "^9.1.2",
"colord": "^2.9.3",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"destr": "^2.0.3",
"detect-mobile": "^0.0.0",
"echarts": "^5.5.1",
"echarts-gl": "^2.0.9",
"headless-highlighter": "^0.0.0",
"iso-639-1": "^3.1.3",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"naive-ui": "^2.40.1",
"nprogress": "^0.2.0",
"path-to-regexp": "^8.2.0",
"pinia": "^2.2.6",
"pinia-plugin-persistedstate": "^4.1.2",
"pkg-types": "^1.2.1",
"vue": "^3.5.12",
"vue-draggable-plus": "^0.5.4",
"vue-echarts": "^7.0.3",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@faker-js/faker": "^9.1.0",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.8.2",
"@vicons/carbon": "^0.12.0",
"@vitejs/plugin-legacy": "^5.4.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-dom": "^3.5.12",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"jsdom": "^25.0.1",
"nitropack": "^2.9.7",
"pnpm": "^9.12.3",
"prettier": "^3.2.5",
"rollup-plugin-gzip": "^4.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"turbo": "^2.2.3",
"typescript": "^5.6.3",
"unocss": "^0.63.6",
"unocss-preset-chinese": "^0.3.3",
"unocss-preset-ease": "^0.0.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-vue-devtools": "^7.5.4",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.8"
}
}