-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.56 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
54
55
{
"name": "movies-next-13",
"version": "0.1.0",
"private": false,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.8.3",
"@algolia/autocomplete-js": "^1.8.3",
"@algolia/autocomplete-plugin-recent-searches": "^1.8.3",
"@algolia/autocomplete-plugin-redirect-url": "^1.8.3",
"@algolia/autocomplete-theme-classic": "^1.8.3",
"@mantine/core": "^6.0.6",
"@mantine/hooks": "^6.0.6",
"@prisma/client": "^4.12.0",
"algoliasearch": "^4.17.0",
"clsx": "^1.2.1",
"daisyui": "^2.51.5",
"instantsearch.js": "4.7.0",
"next": "^13.3.1-canary.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch-hooks": "^6.42.1",
"react-instantsearch-hooks-web": "^6.42.1",
"zod": "^3.21.4",
"zod-fetch": "^0.1.0",
"zod-prisma-types": "^2.5.6"
},
"devDependencies": {
"@types/eslint": "^8.37.0",
"@types/node": "^18.15.11",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-config-next": "^13.3.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"prisma": "^4.12.0",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4"
},
"ct3aMetadata": {
"initVersion": "7.10.2"
}
}