-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.72 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "jmt-monster-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:ci": "jest --ci"
},
"dependencies": {
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.0",
"@mui/material": "^5.6.0",
"next": "latest",
"next-pwa": "^5.5.0",
"react": "latest",
"react-daum-postcode": "^3.0.1",
"react-dom": "latest",
"swr": "^1.2.2",
"zustand": "^3.7.1"
},
"devDependencies": {
"@swc/core": "^1.2.208",
"@testing-library/react": "^13.0.0",
"@types/axios": "^0.14.0",
"@types/jest": "^27.4.1",
"@types/next": "^9.0.0",
"@types/node": "17.0.23",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.9",
"@types/react-dom": "17.0.14",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"fast-check": "^2.24.0",
"jest": "^27.5.1",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"qs": "^6.10.3",
"tailwindcss": "^3.0.23",
"ts-jest": "^27.1.4",
"typescript": "4.6.3"
},
"packageManager": "[email protected]"
}