-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "dyno-english",
"version": "1.0.5",
"private": true,
"scripts": {
"dev": "next dev -p 3306",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"test:watch": "jest --watch",
"test": "jest"
},
"dependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"firebase": "^10.0.0",
"moment": "^2.29.4",
"next": "13.4.5",
"next-auth": "^4.22.1",
"react": "18.2.0",
"react-big-calendar": "^1.8.1",
"react-dom": "18.2.0",
"styled-components": "^6.0.0-rc.3",
"swiper": "^9.4.1",
"typescript": "5.1.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/navermaps": "^3.6.5",
"@types/react-big-calendar": "^1.6.4",
"@types/styled-components": "^5.1.26",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0"
}
}