-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.99 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "peach-planner-front",
"homepage": "https://peachplanner.com",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.3.1",
"@mui/styled-engine-sc": "^5.3.0",
"@stomp/stompjs": "^6.1.2",
"axios": "^0.25.0",
"gh-pages": "^3.2.3",
"next": "^12.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-kakao-login": "^2.1.0",
"react-phone-number-input": "^3.1.46",
"react-query": "^3.34.12",
"react-responsive-carousel": "^3.2.22",
"react-slick": "^0.28.1",
"reactjs-popup": "^2.0.5",
"recoil": "^0.5.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.3",
"styled-reset": "^4.3.4",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"server": "next start",
"test": "react-scripts test",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.2.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/axios": "^0.14.0",
"@types/gtag.js": "^0.0.8",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-slick": "^0.23.5",
"@types/styled-components": "^5.1.11",
"babel-plugin-styled-components": "^2.0.2",
"cross-env": "^7.0.3",
"eslint": "^8.7.0",
"globby": "^11.1.0"
}
}