forked from openinula/inula
26 lines
543 B
JSON
26 lines
543 B
JSON
{
|
|
"name": "inula-vite-app",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"openinula": "^0.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.4",
|
|
"@babel/preset-env": "^7.21.4",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"@vitejs/plugin-react-refresh": "^1.3.6",
|
|
"babel-plugin-import": "^1.13.6",
|
|
"vite": "^4.2.1"
|
|
}
|
|
}
|