-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "ahmatda-web",
"version": "0.0.1",
"license": "MIT",
"author": "depromeet-12th-ahmatda-team",
"scripts": {
"dev": "next dev",
"dev:https": "node httpsServer.js",
"dev:turbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix",
"test:unit": "jest",
"test:watch": "jest --watch",
"test:coverage": "yarn test:unit --coverage",
"test:e2e": "playwright test",
"playwright:codegen": "playwright codegen",
"playwright:report": "playwright show-report",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@sentry/nextjs": "^7.17.4",
"@tanstack/react-query": "^4.0.10",
"@tanstack/react-query-devtools": "^4.0.10",
"@types/lodash": "^4.14.189",
"axios": "^0.27.2",
"dayjs": "^1.11.7",
"emotion-normalize": "^11.0.1",
"framer-motion": "^7.5.1",
"lodash": "^4.17.21",
"next": "13.0.2",
"next-compose-plugins": "^2.2.1",
"prop-types": "^15.8.1",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lottie": "^1.2.3",
"recoil": "^0.7.4",
"sharp": "^0.30.7"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@emotion/eslint-plugin": "^11.7.0",
"@next/eslint-plugin-next": "^13.0.2",
"@playwright/test": "^1.29.2",
"@svgr/webpack": "^6.3.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/babel__core": "^7",
"@types/gtag.js": "^0.0.12",
"@types/jest": "^28.1.3",
"@types/jest-plugin-context": "^2",
"@types/node": "18.0.0",
"@types/prettier": "^2",
"@types/prop-types": "^15",
"@types/qs": "^6",
"@types/react": "^18.0.24",
"@types/react-dom": "18.0.5",
"@types/react-lottie": "^1",
"@types/sharp": "^0",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.0.2",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-testing-library": "^5.5.1",
"eslint-plugin-unused-imports": "^2.0.0",
"given2": "^2.1.7",
"husky": "^8.0.1",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"jest-plugin-context": "^2.9.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"react-test-renderer": "^18.2.0",
"typescript": "4.7.4"
},
"packageManager": "[email protected]"
}