-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 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
43
44
45
46
47
48
49
50
51
{
"name": "jemble",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "yarn db:generate && next build",
"start": "next start",
"lint": "next lint",
"db:generate": "yarn pnpify prisma generate",
"db:push": "yarn pnpify prisma db push"
},
"packageManager": "[email protected]",
"dependencies": {
"@emotion/babel-preset-css-prop": "^11.10.0",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "4.11.0",
"@tanstack/react-query": "^4.26.1",
"@tanstack/react-query-devtools": "^4.26.1",
"@toss/date": "^1.1.6",
"@toss/react": "^1.3.7",
"@toss/use-overlay": "^1.3.3",
"@toss/utils": "^1.4.1",
"@yarnpkg/pnpify": "^4.0.0-rc.39",
"got": "^12.6.0",
"ky": "^0.33.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"next": "^13.2.1",
"next-auth": "^4.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-merge-refs": "^2.0.1",
"recoil": "^0.7.7"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.6",
"@svgr/webpack": "^6.5.1",
"@types/eslint": "^8",
"@types/lodash": "^4",
"@types/lodash-es": "^4",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"eslint": "^8.35.0",
"prisma": "4.11.0",
"typescript": "4.9.5"
}
}