-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 867 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
{
"name": "react-typescript",
"version": "1.0.0",
"description": "React TypeScript on Replit, using Vite bundler",
"main": "index.js",
"scripts": {
"build": "node -v && npm -v && npm clean-install && vite build",
"dev": "vite"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.4",
"@types/react": "^18.0.7",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-legacy": "^1.8.1",
"@vitejs/plugin-react": "^1.3.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"ra-data-json-server": "^4.0.3",
"ra-i18n-polyglot": "^4.0.3",
"ra-language-pt-br": "^1.3.6",
"react": "^18.0.0",
"react-admin": "^4.0.3",
"react-dom": "^18.0.0",
"typescript": "^4.6.3",
"typescript-language-server": "^0.9.7",
"vite": "^2.9.5"
}
}