-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.52 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "npx nuxi typecheck && nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/style-resources": "^1.2.1",
"@types/bootstrap": "^5.2.6",
"@vueuse/core": "^10.5.0",
"node-sass": "^9.0.0",
"nuxt": "^3.4.0",
"nuxt-anchorscroll": "^1.0.3",
"sass-loader": "^13.3.1",
"typescript": "^5.0.4",
"vue": "^3.3.4",
"vue-tsc": "^1.2.0"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^2.1.2",
"@nuxt/content": "^2.8.5",
"@popperjs/core": "^2.11.7",
"@vueform/multiselect": "^2.6.2",
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
"@vueuse/head": "^2.0.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.0",
"country-region-data": "^2.7.0",
"d3": "^7.9.0",
"d3-fetch": "^3.0.1",
"dayjs": "^1.11.8",
"esbuild": "^0.19.3",
"fs": "^0.0.1-security",
"jquery": "^3.7.1",
"jquery-csv": "^1.0.40",
"js-confetti": "^0.11.0",
"node": "^22.9.0",
"nuxt-papa-parse": "^1.0.8",
"nuxt-storage": "^1.2.2",
"papaparse": "^5.4.1",
"path": "^0.12.7",
"primevue": "^3.29.0",
"sass": "^1.62.0",
"tsparticles-engine": "^2.10.1",
"vee-validate": "^4.8.6",
"vue-final-modal": "^4.4.2",
"vue-gtag-next": "^1.14.0",
"vue3-carousel": "^0.3.1",
"vue3-particles": "^2.10.1",
"yup": "^1.1.0",
"yup-phone": "^1.3.2"
}
}