-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"name": "dante.company",
"version": "1.0.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"homepage": "https://dante.company/",
"dependencies": {
"@auth/prisma-adapter": "^2.4.1",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@prisma/client": "^5.17.0",
"@types/node": "20.10.4",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.16",
"axios": "^1.6.2",
"classnames": "^2.3.2",
"crypto": "^1.0.1",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"framer-motion": "^10.16.16",
"moment": "^2.29.4",
"next": "14.0.4",
"next-auth": "^5.0.0-beta.17",
"next-intl": "^3.3.2",
"postcss": "8.4.32",
"prisma": "^5.17.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.2",
"react-query": "^3.39.3",
"react-spinners": "^0.13.8",
"styled-components": "^6.1.1",
"tailwindcss": "3.4.3",
"typescript": "5.3.3",
"zod": "^3.23.8",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/axios": "^0.14.0",
"@types/moment": "^2.13.0",
"@types/react-query": "^1.2.9",
"eslint-plugin-tailwindcss": "^3.13.0",
"prettier-plugin-tailwindcss": "^0.6.5"
}
}