forked from Every-Wear/every-wear-fe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1000 Bytes
/
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
{
"name": "every-waer-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start -p 8080",
"lint": "next lint",
"export": "next build && next export"
},
"dependencies": {
"@types/node": "20.2.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"next": "13.4.3",
"react": "18.2.0",
"react-datepicker": "^4.12.0",
"react-daum-postcode": "^3.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.44.3",
"react-mobile-picker": "^0.2.1",
"react-mobile-picker-scroll": "^0.2.14",
"react-speech-recognition": "^3.10.0",
"regenerator-runtime": "^0.13.11",
"styled-components": "^5.3.11",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/react-datepicker": "^4.11.2",
"babel-plugin-styled-components": "^2.1.3"
}
}