-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) Β· 2.04 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
{
"name": "deliverble-frontend",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"test": "jest --watch --transformIgnorePatterns \"node_modules/(?!swiper)/\"",
"test:ci": "jest --ci",
"postbuild": "next-sitemap"
},
"dependencies": {
"@tanstack/react-query": "^4.29.1",
"axios": "^0.27.2",
"lottie-light-react": "^2.4.0",
"next": "12.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^3.1.4",
"react-hotjar": "^5.3.0",
"react-responsive": "^9.0.0",
"react-youtube": "^9.0.3",
"recoil": "^0.7.6",
"recoil-persist": "^4.2.0",
"styled-components": "^5.3.5",
"styled-reset": "^4.4.2",
"swiper": "^8.4.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.2.3",
"@tanstack/react-query-devtools": "^4.29.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "18.0.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-responsive": "^8.0.5",
"@types/styled-components": "^5.1.25",
"@types/testing-library__jest-dom": "^5.14.6",
"@types/youtube": "^0.0.47",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"babel-plugin-styled-components": "^2.0.7",
"cross-env": "^7.0.3",
"eslint": "^8.19.0",
"eslint-config-next": "12.2.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0",
"jest-canvas-mock": "^2.5.1",
"jest-environment-jsdom": "^29.5.0",
"jest-localstorage-mock": "^2.4.26",
"msw": "^1.2.1",
"next-sitemap": "^4.2.2",
"prettier": "^2.7.1",
"typescript": "4.7.4"
}
}