-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "vue-project-to-expert",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"build:css": "tailwindcss build src/index.css -o dist/index.css"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@tabler/icons-vue": "^2.45.0",
"@vueuse/core": "^11.0.3",
"@vueuse/motion": "^2.2.3",
"axios": "^1.6.8",
"cors": "^2.8.5",
"express": "^4.19.2",
"querystring": "^0.2.1",
"sweetalert2": "^11.14.5",
"vue": "^3.3.4",
"vue-router": "^4.4.0",
"vue-sweetalert2": "^5.0.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"@vue/test-utils": "^2.4.1",
"autoprefixer": "^10.4.20",
"jsdom": "^22.1.0",
"nodemon": "^3.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"vite": "^4.4.11",
"vitest": "^0.34.6",
"vue-concise-slider": "^4.2.5"
}
}