mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-04 10:13:53 +08:00
24 lines
792 B
JSON
24 lines
792 B
JSON
{
|
|
"name": "core",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": " vite --mode open --port 5000 --strictPort",
|
|
"dev:pro": " vite --config ./vite.pro.config.ts --mode pro --port 5000 --strictPort ",
|
|
"build": "vite build --mode open",
|
|
"build:pro": "vite --config ./vite.pro.config.ts build --mode pro",
|
|
"postinstall": "node scripts/moveTinymce.js",
|
|
"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": {
|
|
"@tinymce/tinymce-react": "^4.3.2",
|
|
"@xyflow/react": "^12.3.6",
|
|
"fs-extra": "^11.2.0",
|
|
"highlight.js": "^11.9.0",
|
|
"tinymce": "^6.8.1"
|
|
}
|
|
}
|