-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
67 lines (67 loc) · 1.88 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
{
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"preview-https": "serve dist",
"test": "vitest",
"test:unit": "vitest",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@iconify-json/twemoji": "^1.1.4",
"@vueuse/head": "^0.7.6",
"@vueuse/sound": "^1.1.7",
"@wangeditor/editor": "^5.0.1",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^0.27.2",
"bigjs-es6": "^1.0.0",
"minapp-sdk": "^3.22.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.13",
"prism-theme-vars": "^0.2.2",
"vue": "^3.2.33",
"vue-demi": "^0.12.5",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.14",
"vuedraggable": "^4.1.0",
"workbox-window": "^6.5.3"
},
"devDependencies": {
"@antfu/eslint-config": "^0.20.6",
"@iconify-json/carbon": "^1.1.3",
"@iconify-json/ic": "^1.1.3",
"@iconify-json/mdi": "^1.1.10",
"@intlify/vite-plugin-vue-i18n": "^4.0.0",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/test-utils": "^2.0.0-rc.21",
"@vueuse/core": "^8.3.0",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"eslint": "^8.13.0",
"https-localhost": "^4.7.1",
"naive-ui": "^2.28.2",
"pnpm": "^6.32.9",
"sass": "^1.53.0",
"typescript": "^4.6.3",
"unocss": "^0.31.12",
"unplugin-auto-import": "^0.7.1",
"unplugin-vue-components": "^0.19.3",
"vfonts": "^0.0.3",
"vite": "^2.9.5",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-pages": "^0.23.0",
"vite-plugin-pwa": "^0.12.0",
"vite-plugin-vue-layouts": "^0.6.0",
"vite-ssg": "0.20.1",
"vite-ssg-sitemap": "^0.2.4",
"vitest": "^0.9.3",
"vue-tsc": "^0.34.8"
}
}