-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.46 KB
/
package.json
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
{
"name": "vca4d",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build --base=/VCA4D/dist/",
"clean": "rm -rf node_modules/",
"preview": "vite preview",
"lint": "eslint . --ignore-pattern .gitignore",
"pre-commit-lint": "git diff HEAD --name-only --diff-filter=ACMR | xargs --no-run-if-empty eslint --quiet",
"lint-fix": "eslint . --ignore-pattern .gitignore --fix",
"format": "prettier --write src/",
"prepare": "husky"
},
"dependencies": {
"axios": "^1.6.8",
"clipboard": "^2.0.11",
"d3-fetch": "^3.0.1",
"echarts": "^5.5.0",
"floating-vue": "^5.2.2",
"sanitize-html": "^2.13.0",
"vite-svg-loader": "^5.1.0",
"vue": "^3.2.47",
"vue-dragscroll": "^4.0.6",
"vue-echarts": "^6.6.9",
"vue-pdf-embed": "^2.0.3",
"vue-router": "^4.3.0",
"vue3-table-lite": "^1.4.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.9.1",
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.27.0",
"husky": "^9.1.5",
"postcss": "^8.4.25",
"prettier": "^3.2.5",
"sass": "^1.58.3",
"tailwindcss": "^3.3.2",
"typescript-eslint": "^8.3.0",
"vite": "^4.1.3",
"vite-node": "^2.0.5",
"vue-eslint-parser": "^9.4.3"
}
}