-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.08 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
{
"name": "navigator-admin-frontend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"check-formatting": "prettier --check . ",
"dev": "vite --port 3000 --host",
"format": "prettier --write . ",
"preview": "vite preview",
"prod": "tsc && vite build && vite preview --port 3000 --host",
"test": "vitest",
"type-check": "tsc"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.13.0",
"@hookform/resolvers": "^3.9.0",
"axios": "^1.7.2",
"chakra-react-select": "^4.7.3",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"framer-motion": "^10.12.17",
"html-to-draftjs": "^1.5.0",
"jsdom": "^24.1.1",
"jwt-decode": "^4.0.0",
"msw": "^2.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-hook-form": "^7.46.1",
"react-router-dom": "^6.14.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/draft-js": "^0.11.14",
"@types/draftjs-to-html": "^0.8.3",
"@types/html-to-draftjs": "^1.4.2",
"@types/jwt-decode": "^3.1.0",
"@types/node": "^22.5.5",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-draft-wysiwyg": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"jwt-encode": "^1.0.1",
"markdownlint-cli": "^0.41.0",
"prettier": "^3.1.0",
"react-icons": "^4.10.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vitest": "^2.0.5",
"vitest-localstorage-mock": "^0.1.2"
}
}