-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.7 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
{
"dependencies": {
"@next/swc-darwin-arm64": "^13.4.19",
"@react-oauth/google": "latest",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.6",
"@types/node": "18.16.0",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"axios": "^1.3.6",
"next": "13.4.13",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "^18.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.10.0",
"recoil": "^0.7.7",
"typescript": "5.0.4"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.6",
"@emotion/babel-preset-css-prop": "^11.10.0",
"@emotion/css": "^11.10.6",
"@emotion/eslint-plugin": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.10.8",
"@svgr/webpack": "^8.0.1",
"@types/eslint": "^8",
"@types/prettier": "^2",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"babel-plugin-styled-components": "^2.1.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.8",
"recoil-persist": "^4.2.0"
},
"name": "katchup-next-project",
"packageManager": "yarn@3.5.0",
"private": true,
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"version": "0.1.0"
}