-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.04 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.04 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
{
"name": "@sftkit/root",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"npx": "npx"
},
"private": true,
"type": "module",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^7.1.2",
"@mui/x-date-pickers": "^8.5.3",
"formik": "^2.4.6",
"luxon": "^3.6.1",
"mathjs": "^14.5.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-i18next": "^15.5.3",
"react-router-dom": "^7.6.2",
"tslib": "^2.8.1",
"zod": "^3.25.67"
},
"devDependencies": {
"@ltd/j-toml": "^1.38.0",
"@nx/devkit": "22.0.3",
"@nx/eslint": "22.0.3",
"@nx/eslint-plugin": "22.0.3",
"@nx/jest": "22.0.3",
"@nx/js": "22.0.3",
"@nx/plugin": "22.0.3",
"@nx/react": "22.0.3",
"@nx/vite": "22.0.3",
"@nx/web": "22.0.3",
"@nx/workspace": "22.0.3",
"@nxlv/python": "^21.2.0",
"@swc-node/register": "~1.10.10",
"@swc/cli": "0.7.7",
"@swc/core": "~1.12.5",
"@swc/helpers": "~0.5.17",
"@swc/jest": "0.2.39",
"@testing-library/react": "16.3.0",
"@types/jest": "30.0.0",
"@types/luxon": "^3.6.2",
"@types/node": "24.0.3",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@types/semver": "^7.7.0",
"@typescript-eslint/eslint-plugin": "8.46.4",
"@typescript-eslint/parser": "8.46.4",
"@vitejs/plugin-react": "^4.5.2",
"@vitejs/plugin-react-swc": "^3.10.2",
"@vitest/ui": "^3.2.4",
"babel-jest": "30.0.5",
"eslint": "~9.29.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"jest": "30.0.5",
"jest-environment-jsdom": "30.0.5",
"jiti": "2.4.2",
"jsdom": "~26.1.0",
"nx": "22.0.3",
"prettier": "^3.5.3",
"semver": "^7.7.2",
"ts-jest": "29.4.5",
"ts-node": "10.9.2",
"typescript": "5.9.3",
"vite": "7.2.2",
"vite-plugin-dts": "4.5.4",
"vitest": "^3.2.4",
"jest-util": "30.0.5"
}
}