41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "adminive-frontend",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview --host 0.0.0.0",
|
|
"test:unit": "node --test src/gallery_protocol.test.mjs",
|
|
"test:e2e": "playwright test --project=chromium",
|
|
"test:e2e:edge": "playwright test --project=msedge",
|
|
"test:all": "npm run test:unit && npm run test:e2e"
|
|
},
|
|
"dependencies": {
|
|
"amis": "6.13.0",
|
|
"axios": "1.19.0",
|
|
"mobx": "4.15.7",
|
|
"mobx-react": "6.3.1",
|
|
"mobx-react-lite": "2.2.2",
|
|
"mobx-state-tree": "3.17.3",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "18.3.18",
|
|
"@types/react-dom": "18.3.5",
|
|
"@vitejs/plugin-react": "4.3.4",
|
|
"typescript": "5.7.3",
|
|
"vite": "6.1.0",
|
|
"@playwright/test": "1.62.0"
|
|
},
|
|
"overrides": {
|
|
"mobx": "4.15.7",
|
|
"mobx-react": "6.3.1",
|
|
"mobx-react-lite": "2.2.2",
|
|
"mobx-state-tree": "3.17.3",
|
|
"tar": "7.5.22"
|
|
}
|
|
}
|