-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.61 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watchAll",
"coverage": "jest --coverage"
},
"dependencies": {
"axios": "^1.3.4",
"next": "13.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.4",
"react-query": "^3.39.3",
"recoil": "^0.7.7",
"swiper": "^9.2.0",
"swiper-react": "^1.0.0"
},
"devDependencies": {
"@babel/core": "latest",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/babel__core": "^7",
"@types/jest": "^29.5.3",
"@types/node": "18.14.6",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@types/testing-library__jest-dom": "^5",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"autoprefixer": "^10.4.13",
"babel-jest": "^29.6.2",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-tailwindcss": "^3.10.1",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
"tailwind-styled-components": "^2.2.0",
"tailwindcss": "^3.2.7",
"ts-jest": "^29.1.1",
"typescript": "4.9.5"
},
"packageManager": "yarn@3.4.1"
}