-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "green",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_OPTIONS=--max_old_space_size=4096 next build",
"start": "NODE_OPTIONS=--max_old_space_size=4096 next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.15",
"@mui/material": "^5.10.15",
"@mui/styled-engine-sc": "^5.10.14",
"@mui/x-date-pickers": "^5.0.8",
"@types/classnames": "^2.3.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/styled-components": "^5.1.26",
"@uiw/react-textarea-code-editor": "1.4.4",
"autoprefixer": "^10.4.13",
"aws-sdk": "^2.1256.0",
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"framer-motion": "^7.6.7",
"next": "13.0.2",
"next-remove-imports": "^1.0.8",
"postcss": "^8.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-kakao-maps-sdk": "^1.1.5",
"react-query": "^3.39.2",
"recoil": "^0.7.6",
"styled-components": "^5.3.6",
"tailwindcss": "^3.2.4",
"typescript": "4.8.4"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.7",
"kakao.maps.d.ts": "^0.1.33"
}
}