This repository has been archived by the owner on May 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
52 lines (52 loc) · 1.54 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": "vite-vue3",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:tsc": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint:prettier": "prettier --write \"src/**/*.{json,tsx,css,less,scss,vue,html,md}\"",
"lint:eslint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,ts,tsx}\" --fix"
},
"dependencies": {
"@unocss/reset": "^0.51.8",
"@vueuse/core": "^10.2.1",
"fabric": "^6.0.0-beta9",
"lodash": "^4.17.21",
"mousetrap": "^1.6.5",
"number-precision": "^1.6.0",
"pinia": "^2.0.35",
"vue": "^3.3.4",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@arco-design/web-vue": "^2.47.1",
"@types/lodash": "^4.14.194",
"@types/mousetrap": "^1.6.11",
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitejs/plugin-legacy": "^4.0.4",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.20.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.11.0",
"less": "^4.1.3",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"terser": "^5.17.6",
"typescript": "^5.0.4",
"unocss": "^0.51.8",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.4",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^0.29.8"
}
}