-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.85 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
{
"name": "admin-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"deploy": "./deploy.sh",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@faker-js/faker": "^8.3.1",
"@fontsource/roboto": "^5.0.8",
"@lightningkite/lightning-server-simplified": "^1.0.2",
"@lightningkite/mui-lightning-components": "^2.1.1",
"@lightningkite/react-lightning-helpers": "^1.1.0",
"@mui/icons-material": "^5.10.16",
"@mui/lab": "^5.0.0-alpha.110",
"@mui/material": "^5.10.16",
"@mui/x-data-grid": "^6.18.6",
"@mui/x-date-pickers": "^6.18.3",
"@rjsf/core": "^5.9.0",
"@rjsf/mui": "^5.9.0",
"@rjsf/utils": "^5.9.0",
"@rjsf/validator-ajv8": "^5.9.0",
"dayjs": "^1.11.6",
"formik": "^2.2.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.4",
"tslib": "^2.5.0",
"uuid": "^9.0.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/node": "^16.18.3",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"prettier": "2.8.0",
"prettier-plugin-organize-imports": "^3.2.1",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-checker": "^0.5.6",
"vite-tsconfig-paths": "^4.2.1"
}
}