-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.66 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.66 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
{
"name": "easyapi-fapiao-pc",
"version": "1.0.0",
"scripts": {
"build": "vite build",
"build:dev": "vue-tsc --noEmit && vite build --mode=development",
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@types/lodash-es": "^4.17.12",
"axios": "^1.13.6",
"clipboard": "^2.0.11",
"dayjs": "^1.11.19",
"element-plus": "^2.13.3",
"lodash-es": "^4.17.23",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"resize-detector": "^0.3.0",
"store": "^2.0.12",
"vue": "^3.5.29",
"vue-router": "^5.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^7.6.1",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/preset-typescript": "^7.28.5",
"@babel/register": "^7.28.6",
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^25.3.3",
"@types/store": "^2.0.5",
"@vitejs/plugin-legacy": "^7.2.1",
"@vitejs/plugin-vue": "^6.0.4",
"@vitejs/plugin-vue-jsx": "^5.1.4",
"autoprefixer": "^10.4.27",
"babel-plugin-module-resolver": "^5.0.2",
"commitizen": "^4.3.1",
"cross-env": "^10.1.0",
"eslint": "^10.0.2",
"less": "^4.5.1",
"path-to-regexp": "^8.3.0",
"postcss": "^8.5.6",
"rollup": "^4.59.0",
"rollup-plugin-visualizer": "^7.0.0",
"signale": "^1.4.0",
"slash2": "^2.0.0",
"tailwindcss": "^4.2.1",
"terser": "^5.46.0",
"typescript": "^5.9.3",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^31.0.0",
"vite": "^7.3.1",
"vitest": "^4.0.18",
"vue-tsc": "^3.2.5"
}
}