-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.13 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
{
"name": "koin-coop-web",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"start": "vite --host --open",
"build": "tsc && vite build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "yarn lint:eslint && yarn lint:stylelint",
"lint:eslint": "eslint src/ --ext .tsx,.ts",
"lint:stylelint": "stylelint \"src/**/*.scss\" --config .stylelintrc.json",
"preview": "vite preview",
"typecheck": "tsc --project tsconfig.json"
},
"dependencies": {
"@bcsdlab/koin": "^0.0.15",
"@bcsdlab/utils": "^0.0.15",
"@hookform/resolvers": "^3.1.0",
"@tanstack/react-query": "^5.40.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/gtag.js": "^0.0.20",
"@types/jest": "^29.5.12",
"@types/node": "^20.13.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"assert": "^2.1.0",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"html-react-parser": "^5.1.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-quill": "^2.0.0",
"react-router-dom": "^6.9.0",
"react-scripts": "5.0.1",
"react-toastify": "^10.0.4",
"react-tooltip": "^5.28.0",
"sass": "^1.60.0",
"typescript": "^4.4.2",
"vite": "^5.2.12",
"vite-plugin-svgr": "^4.2.0",
"web-vitals": "^2.1.0",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.2.8",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-import-resolver-typescript": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.7",
"stylelint": "^14.9.1",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"vite-tsconfig-paths": "^4.3.2"
}
}