-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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": "vue3-fabric",
"version": "0.0.1",
"scripts": {
"dev": "vite --host",
"serve": "vite --host",
"build": "vite build",
"lint": "eslint --ext .vue,.js,.ts,.jsx,.tsx src/**/**/* --fix"
},
"exports": {
".": {
"import": "./index.esm.js",
"require": "./index.cjs.js"
}
},
"dependencies": {
"@vueuse/core": "^6.6.2",
"ant-design-vue": "^3.2.0",
"axios": "^0.21.4",
"dayjs": "^1.11.0",
"fabric": "^4.6.0",
"hotkeys-js": "^3.8.7",
"nprogress": "^0.2.0",
"pinia": "^2.0.11",
"vue": "^3.2.6",
"vue-router": "^4.0.11"
},
"devDependencies": {
"@types/node": "^16.11.26",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vitejs/plugin-vue": "^1.6.0",
"@vitejs/plugin-vue-jsx": "^1.1.7",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-define-config": "^1.0.9",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"less": "^4.1.1",
"node-gyp": "^8.4.0",
"prettier": "^2.6.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.4.2",
"vite": "^2.5.2",
"vite-plugin-compression": "^0.3.5",
"vite-plugin-html": "^3.0.6",
"vite-plugin-imagemin": "^0.4.6",
"vite-plugin-style-import": "^1.2.1",
"vite-svg-loader": "^2.2.0",
"vue-tsc": "^0.2.2"
}
}