-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 977 Bytes
/
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
{
"name": "admin-e-commerce-demo",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "vite --port 5000 --host",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest",
"test:watch": "jest --watch",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.1",
"prop-types": "^15.8.1",
"ra-input-rich-text": "^4.0.0-beta.3",
"react": "^17.0.2",
"react-admin": "^4.0.0-beta.3",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0"
},
"devDependencies": {
"@testing-library/react": "^12.1.3",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"data-generator-retail": "^3.19.10",
"gh-pages": "^3.2.3",
"jest": "^27.5.1",
"ra-data-fakerest": "^3.19.10",
"ts-jest": "^27.1.3",
"typescript": "^4.5.4",
"vite": "^2.8.0"
}
}