-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.49 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.49 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
{
"name": "leelaa-admin",
"version": "0.0.5",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"author": "leedaisen",
"license": "ISC",
"dependencies": {
"@iconify/vue": "^4.1.2",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"nprogress": "^0.2.0",
"pinia": "^2.2.6",
"theme-change": "^2.5.0",
"vue": "^3.5.13",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@rushstack/eslint-patch": "^1.10.4",
"@tailwindcss/typography": "^0.5.15",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/ui": "^2.1.5",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^10.11.1",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.31.0",
"jsdom": "^25.0.1",
"pinia-plugin-persistedstate": "^3.2.3",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.15",
"unplugin-auto-import": "^0.17.8",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.11",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.19.8",
"vitest": "^2.1.5"
}
}