-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.59 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
{
"name": "test-admin",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"type-check": "tsc --noEmit",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
"format": "prettier --write ./src"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"@mui/icons-material": "^5.15.0",
"@mui/material": "^5.14.15",
"@react-pdf-viewer/core": "^3.12.0",
"animate.css": "^4.1.1",
"history": "^5.3.0",
"jsoneditor-react": "^3.1.2",
"jsonexport": "^3.2.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"mdb-react-ui-kit": "^7.0.0",
"pdfjs-dist": "^3.4.120",
"prop-types": "^15.8.1",
"ra-data-simple-rest": "^4.14.0",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-admin": "^4.14.0",
"react-dom": "^18.2.0",
"react-json-view": "^1.21.3",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.19.0",
"react-simple-image-viewer": "^1.2.2",
"sass": "^1.69.5"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^18.16.1",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8",
"typescript": "^5.1.6",
"vite": "^4.3.9"
}
}