-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) ยท 1.17 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
{
"name": "habday-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query-devtools": "^4.29.23",
"@types/node": "20.3.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"axios": "^1.4.0",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^7.32.0",
"eslint-config-next": "13.4.7",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"lint-staged": "^13.2.2",
"next": "13.4.7",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.3",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"styled-components": "^5.3.10",
"typescript": "5.1.3"
}
}