-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.48 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.48 KB
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
{
"name": "nawspace-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prettier-format": "prettier --write '**/*.{js,jsx,ts,tsx}'",
"prettier-check": "prettier --check '**/*.{js,jsx,ts,tsx}'",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lfix": "next lint --fix",
"pfix": "prettier --write '**/*.{js,jsx,ts,tsx}'",
"install-hooks": "husky install",
"unit": "jest --config ./src/shared/config/jest/jest.config.ts"
},
"dependencies": {
"@bugsnag/browser-performance": "^2.9.1",
"@bugsnag/js": "^8.0.0",
"@bugsnag/plugin-react": "^8.0.0",
"@hcaptcha/react-hcaptcha": "^1.11.0",
"@hookform/resolvers": "^4.1.0",
"@reduxjs/toolkit": "^2.2.2",
"axios": "^1.13.5",
"braces": "^3.0.3",
"classnames": "^2.5.1",
"dotenv": "^16.4.5",
"framer-motion": "^11.5.4",
"next": "15.5.10",
"react": "^18",
"react-alice-carousel": "^2.9.1",
"react-dom": "^18",
"react-hook-form": "^7.54.2",
"react-loading-skeleton": "^3.4.0",
"react-paginate": "^8.2.0",
"react-phone-input-2": "^2.15.1",
"react-query": "^3.39.3",
"react-redux": "^9.1.0",
"reselect": "^5.1.1",
"sass": "^1.72.0",
"sharp": "^0.33.4",
"yup": "^1.6.1"
},
"devDependencies": {
"@tanstack/react-query": "^5.62.16",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-collapse": "^5.0.4",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"dotenv-cli": "^7.4.2",
"eslint": "^8",
"eslint-config-next": "14.2.35",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"prettier": "^3.2.5",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"resolutions": {
"form-data": ">=4.0.4",
"glob": ">=10.5.0",
"js-yaml": ">=4.1.1",
"@babel/runtime": ">=7.26.10",
"@babel/helpers": ">=7.26.10",
"@isaacs/brace-expansion": "^5.0.1",
"brace-expansion": "^2.0.1",
"lodash": ">=4.17.23"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}