forked from farisshaik/March-to-the-polls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/types": "^2.16.3",
"@nuxtjs/tailwindcss": "^6.6.6",
"nuxt": "^3.4.1",
"prisma": "^4.13.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.226.0",
"@aws-sdk/client-ses": "^3.226.0",
"@aws-sdk/s3-request-presigner": "^3.226.0",
"@headlessui/vue": "^1.7.7",
"@heroicons/vue": "^2.0.12",
"@nuxtjs/composition-api": "^0.33.1",
"@prisma/client": "^4.13.0",
"@suadelabs/vue3-multiselect": "^1.0.2",
"@vuepic/vue-datepicker": "^3.6.4",
"@vuepress/client": "^2.0.0-beta.45",
"axios": "^1.3.6",
"email-templates": "^10.0.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"nanoid": "^4.0.0",
"tailwindcss": "^3.2.4",
"vite": "^4.1.4",
"vite-plugin-pug": "^0.3.2",
"vue": "^3.2.36",
"vue-router": "^4.1.6",
"vuepress": "^1.9.9"
},
"main": "nuxt-start"
}