-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) Β· 1.03 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": "2024_beotkkotthon_team_24_fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.27.5",
"@types/react-input-autosize": "^2.2.4",
"axios": "^1.6.7",
"babel-plugin-styled-components": "^2.1.4",
"dayjs": "^1.11.10",
"framer-motion": "^11.0.14",
"next": "14.1.3",
"next-pwa": "^5.6.0",
"openai": "^4.28.4",
"react": "^18",
"react-dom": "^18",
"react-input-autosize": "^3.0.0",
"react-textarea-autosize": "^8.5.3",
"styled-components": "^6.1.8",
"styled-reset": "^4.5.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"typescript": "^5",
"typescript-eslint": "^7.2.0"
}
}