-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.6 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
{
"name": "side-effect-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"build": "next build",
"lint": "eslint --cache"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@next/eslint-plugin-next": "^13.3.1",
"@tanstack/react-query-devtools": "^4.29.6",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"eslint": "^8.38.0",
"eslint-config-next": "^13.3.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"prettier": "^2.8.7",
"styled-components": "^5.3.9",
"styled-normalize": "^8.0.7",
"typescript": "^5.0.4"
},
"dependencies": {
"@hookform/error-message": "^2.0.1",
"@react-oauth/google": "^0.11.0",
"@reduxjs/toolkit": "^1.9.5",
"@svgr/webpack": "^8.0.1",
"@tanstack/react-query": "^4.29.3",
"axios": "^1.4.0",
"cookies-next": "^2.1.1",
"framer-motion": "^10.12.4",
"next": "^13.3.0",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-intersection-observer": "^9.4.3",
"react-redux": "^8.0.5",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"redux-persist": "^6.0.0",
"swiper": "^9.3.2",
"uuid": "^9.0.0"
}
}