Updated the package.json
This commit is contained in:
18
package.json
18
package.json
@ -5,5 +5,21 @@
|
||||
"repository": "https://github.com/LicenseAPI/Dashboard.git",
|
||||
"author": "LicenseAPI",
|
||||
"license": "MIT",
|
||||
"private": true
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.0.28",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
"vite": "^4.2.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user