-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
80 lines (80 loc) · 2.2 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
71
72
73
74
75
76
77
78
79
80
{
"name": "fta-fmea-ui",
"version": "0.1.0",
"homepage": ".",
"private": true,
"type": "module",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.1.1",
"@mui/icons-material": "^5.15.17",
"@mui/lab": "^5.0.0-alpha.138",
"@mui/material": "^5.14.3",
"@mui/x-data-grid": "^6.10.2",
"@types/react-beautiful-dnd": "^13.1.4",
"array-move": "^4.0.0",
"axios": "^1.7.4",
"backbone": "^1.5.0",
"dagre": "^0.8.5",
"file-loader": "^6.2.0",
"graphlib": "^2.1.8",
"history": "5.3.0",
"i18next": "^23.9.0",
"i18next-http-backend": "^2.4.3",
"intelligent-tree-select": "^0.11.5",
"jointjs": "^3.7.5",
"jquery": "^3.7.0",
"jsonld": "8.3.2",
"lodash": "^4.17.21",
"oidc-client": "^1.11.5",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.2",
"react-i18next": "^14.0.5",
"react-icons": "^4.10.1",
"react-router-dom": "^6.14.2",
"react-select": "^5.7.4",
"save-svg-as-png": "^1.4.17",
"svg-pan-zoom": "^3.6.1",
"tss-react": "^4.8.8",
"typescript": "^5.1.6",
"vite": "^5.4.8",
"yup": "^1.2.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prettier:check": "npx prettier --check .",
"prettier:format": "npx prettier --write .",
"prepare": "husky",
"test": "vitest"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.6",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/yup": "^0.29.14",
"@vitejs/plugin-react": "^4.2.1",
"dotenv-webpack": "^8.0.1",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"prettier": "3.2.5",
"ts-loader": "^9.4.4",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.4.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}