-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
{
"name": "vue3-html-vite",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "vite preview",
"build": "vite build",
"serve": "vite"
},
"dependencies": {
"@intlify/vite-plugin-vue-i18n": "^5.0.0",
"@vueuse/components": "^8.9.4",
"@vueuse/core": "^8.9.4",
"@wangeditor/editor": "^5.1.14",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^0.27.2",
"element-plus": "^2.2.19",
"gsap": "^3.10.4",
"intro.js": "^6.0.0",
"js-cookie": "^3.0.1",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"particles.js": "^2.0.0",
"pinia": "^2.0.14",
"remixicon": "^2.5.0",
"scrollreveal": "^4.0.9",
"vue": "^3.2.41",
"vue-i18n": "^9.1.10",
"vue-particles": "^1.0.9",
"vue-pdf-embed": "^1.1.4",
"vue-router": "^4.0.16",
"vue3-pdfjs": "^0.1.6",
"vue3-video-play": "^1.3.1-beta.6",
"web3": "^1.7.1"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-vue": "^1.6.1",
"@vue/compiler-sfc": "^3.2.6",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"sass": "^1.53.0",
"tailwindcss": "^3.1.4",
"unplugin-element-plus": "^0.4.1",
"unplugin-vue-components": "^0.21.0",
"vite": "^2.5.4",
"vite-plugin-compression": "^0.5.1"
}
}