-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.35 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "pixeled-pic-pro",
"type": "module",
"version": "0.11.1",
"private": true,
"packageManager": "[email protected]",
"description": "a funny pixeled picture process website",
"keywords": [],
"main": "src/main.ts",
"scripts": {
"dev": "vite --mode development",
"build": "vite build --mode production",
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"version:major": "npm version major",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:unit": "vitest",
"test:coverage": "vitest run --coverage",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@arco-design/web-vue": "^2.54.3",
"@arco-themes/vue-zzstudio": "^0.0.1",
"@kirklin/logger": "^0.0.2",
"@kirklin/reset-css": "^0.0.3",
"@leafer-ui/interface": "1.0.0-rc.8",
"@vueuse/core": "^10.7.0",
"axios": "^1.6.2",
"daisyui": "^3.9.4",
"iso-639-1": "^3.1.0",
"js-md5": "^0.8.3",
"leafer-ui": "1.0.0-rc.8",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.3.10",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5",
"vue3-toastify": "^0.2.1"
},
"devDependencies": {
"@arco-plugins/vite-vue": "^1.4.5",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@iconify-json/mdi": "^1.1.59",
"@iconify-json/tabler": "^1.1.100",
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@kirklin/eslint-config": "^1.0.1",
"@types/node": "^20.10.3",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^0.58.0",
"@vitejs/plugin-vue": "^4.5.1",
"@vitest/coverage-c8": "^0.33.0",
"@vue/compiler-dom": "^3.3.10",
"@vue/test-utils": "^2.4.3",
"eslint": "^8.55.0",
"jsdom": "^23.0.1",
"less": "^4.2.0",
"lint-staged": "^15.2.0",
"pnpm": "^8.11.0",
"typescript": "^5.3.2",
"unocss": "^0.58.0",
"unocss-preset-chinese": "^0.3.0",
"unocss-preset-daisy": "^7.0.0",
"unocss-preset-ease": "^0.0.3",
"unplugin-auto-import": "^0.17.2",
"unplugin-icons": "^0.18.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.6",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-pwa": "^0.17.3",
"vite-plugin-vue-devtools": "^1.0.0-rc.7",
"vitest": "^1.0.1",
"vue-tsc": "^1.8.25"
}
}