-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.24 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
{
"name": "nextacular",
"version": "1.2.0-Beta",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@next-auth/prisma-adapter": "^1.0.1",
"@prisma/client": "^3.10.0",
"@stripe/stripe-js": "^1.23.0",
"date-fns": "^2.28.0",
"express-validator": "^6.14.0",
"logsnag": "^0.0.6",
"micro": "^9.3.4",
"next": "^12.1.6",
"next-auth": "^4.3.2",
"next-themes": "^0.1.1",
"nodemailer": "^6.7.2",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-hot-toast": "^2.2.0",
"react-topbar-progress-indicator": "^4.1.0",
"slugify": "^1.6.5",
"stripe": "^8.203.0",
"swr": "^1.2.1",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/node": "^17.0.33",
"@types/react": "^18.0.9",
"autoprefixer": "^10.4.1",
"eslint": "^8.14.0",
"eslint-config-next": "^12.1.6",
"postcss": "^8.4.5",
"prisma": "^3.14.0",
"tailwindcss": "^3.0.11",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
}
}