mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
18 lines
437 B
JSON
18 lines
437 B
JSON
{
|
|
"name": "business-entry",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": " vite --port 5000 --strictPort",
|
|
"build": "vite build ",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview --port 5000 --strictPort",
|
|
"serve": "vite preview --port 5000 --strictPort"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
}
|
|
}
|