-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.1 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
{
"name": "wilfried_portfolio",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"deploy": "node scripts/gh-pages-deploy.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"axios": "^0.27.2",
"gsap": "^3.11.2",
"particles.vue3": "^2.3.1",
"pocketbase": "^0.7.1",
"swiper": "^8.4.2",
"tsparticles": "^2.3.1",
"vue": "^3.2.38",
"vue-axios": "^3.4.1",
"vue-router": "^4.1.5",
"vue-sweetalert2": "^5.0.5",
"vue3-burger-menu": "^1.1.1",
"vue3-particles": "^2.3.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.3",
"autoprefixer": "^10.4.12",
"node-sass": "^7.0.3",
"postcss": "^8.4.16",
"sass": "^1.55.0",
"sass-loader": "^13.0.2",
"tailwindcss": "^3.1.8",
"vite": "^3.0.9",
"execa": "latest"
}
}