-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.56 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
{
"private": true,
"packageManager": "pnpm@7.1.5",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest",
"generate": "npm run generate:data && npm run download:image",
"generate:data": "esno scripts/generateData.ts",
"download:image": "esno scripts/downloadImages.ts"
},
"dependencies": {
"@vueuse/core": "^8.6.0",
"fabric": "^5.2.1",
"pinia": "^2.0.17",
"sass": "^1.53.0",
"scss": "^0.2.4",
"vue": "^3.2.36",
"vue-router": "^4.0.15",
"vue3-lazyload": "^0.3.6"
},
"devDependencies": {
"@iconify-json/bx": "^1.1.3",
"@iconify-json/bxs": "^1.1.3",
"@iconify-json/carbon": "^1.1.5",
"@iconify-json/material-symbols": "^1.1.12",
"@murongg/eslint-config": "^0.2.0",
"@types/download": "^8.0.1",
"@types/fabric": "^4.5.11",
"@types/node": "^17.0.39",
"@types/rimraf": "^3.0.2",
"@unocss/reset": "^0.37.2",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/test-utils": "^2.0.0",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"download": "^8.0.0",
"eslint": "^8.16.0",
"esno": "^0.16.3",
"jsdom": "^19.0.0",
"pnpm": "^7.1.7",
"rimraf": "^3.0.2",
"typescript": "^4.7.2",
"unocss": "^0.37.2",
"unplugin-auto-import": "^0.8.7",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.9",
"vite-plugin-pages": "^0.23.0",
"vitest": "^0.13.1",
"vue-tsc": "^0.36.0"
},
"eslintConfig": {
"extends": "@murongg"
}
}