-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.96 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
{
"name": "validation-hub-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"test": "jest",
"test:watch": "jest --watch",
"prepare": "husky"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"@mui/system": "^5.15.15",
"@mui/utils": "^5.15.14",
"@mui/x-data-grid": "^7.3.2",
"@reduxjs/toolkit": "^2.2.3",
"@types/cors": "^2.8.17",
"axios": "^1.6.8",
"cors": "^2.8.5",
"embla-carousel": "^8.1.5",
"embla-carousel-react": "^8.1.5",
"markdown-to-jsx": "^7.4.7",
"next": "14.2.3",
"react": "^18",
"react-cookie": "^7.1.4",
"react-dom": "^18",
"react-drag-drop-files": "^2.3.10",
"react-modal": "^3.16.1",
"react-redux": "^9.1.2",
"serve": "^14.2.3",
"styled-components": "^6.1.9",
"universal-cookie": "^7.1.4",
"web-vitals": "^3.5.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-modal": "^3.16.3",
"@types/testing-library__jest-dom": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "14.2.3",
"eslint-plugin-jsdoc": "^48.2.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-location-mock": "^2.0.0",
"jsdom-testing-mocks": "^1.13.0",
"lint-staged": "^15.2.2",
"next-router-mock": "^0.9.13",
"next-transpile-modules": "^10.0.1",
"postcss": "^8",
"react-router-dom": "^6.23.1",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}