-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "memory-map",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.19.1",
"@divops/utils-github-storage": "^0.0.3",
"@divops/utils-kakao-oauth": "^0.0.1",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"axios": "^0.27.2",
"lru-cache": "^7.14.0",
"next": "12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.35.0",
"uuid": "^9.0.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.2",
"@types/babel__core": "^7",
"@types/node": "18.7.16",
"@types/react": "18.0.19",
"@types/react-dom": "18.0.6",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"eslint-config-next": "12.3.0",
"eslint-plugin-import": "^2.26.0",
"typescript": "^4.8.3"
},
"packageManager": "[email protected]"
}