forked from UTDallasEPICS/Unlocking-Doors
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 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
42
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --fix "
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.4",
"@types/pug": "^2.0.6",
"autoprefixer": "^10.4.19",
"nuxt": "^3.7.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"tsx": "^4.6.2"
},
"dependencies": {
"@auth0/auth0-spa-js": "^2.1.2",
"@auth0/auth0-vue": "^2.3.2",
"@prisma/client": "^5.12.1",
"@vuepic/vue-datepicker": "^8.5.0",
"auth0": "^4.0.1",
"axios": "^1.5.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"prisma": "^5.3.1",
"pug": "^3.0.2",
"typescript": "^5.4.5",
"vue-datepicker": "^1.3.0",
"vue-datepicker-ui": "^3.1.1",
"vue-multiselect": "^3.0.0"
}
}