-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.35 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext \".ts,.vue\" --ignore-path .gitignore .",
"format": "prettier --write ."
},
"devDependencies": {
"@nuxt/content": "^2.7.2",
"@nuxt/devtools": "latest",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/tailwindcss": "^6.8.0",
"@pinia/nuxt": "^0.4.11",
"@sidebase/nuxt-auth": "^0.6.0-beta.2",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18",
"@types/uuid": "^9.0.2",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"nuxt": "^3.6.0",
"nuxt-rating": "^0.0.15",
"prettier": "^2.8.8",
"prisma": "^4.16.2",
"typescript": "latest"
},
"dependencies": {
"@heroicons/vue": "^2.0.18",
"@prisma/client": "^4.16.2",
"moment": "^2.29.4",
"pinia": "^2.1.4",
"redis": "^4.6.7",
"rippleui": "^1.12.1",
"stripe": "^12.12.0",
"sweetalert2": "^11.7.20",
"vue-toast-notification": "^3.1.1"
}
}