-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 988 Bytes
/
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
{
"name": "my-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^2.1.3",
"aos": "^2.3.4",
"axios": "^1.6.8",
"blazy": "^1.8.2",
"dplayer": "^1.27.1",
"element-plus": "^2.7.2",
"framer-motion": "^11.2.5",
"gsap": "^3.12.5",
"howler": "^2.2.4",
"jquery": "^3.7.1",
"lightbox2": "^2.11.4",
"nprogress": "^0.2.0",
"pexels-api-wrapper": "^1.1.2",
"swiper": "^11.1.3",
"unsplash-js": "^7.0.19",
"vue": "^3.4.21",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"http-proxy-middleware": "^3.0.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.0"
}
}