mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
18 lines
383 B
JSON
18 lines
383 B
JSON
{
|
|
"name": "market",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "service market project",
|
|
"scripts": {
|
|
"dev": " vite --port 5000 --strictPort",
|
|
"build": "vite build",
|
|
"test": "node ./__tests__/market.test.js"
|
|
},
|
|
"dependencies": {
|
|
"@types/dompurify": "^3.0.5",
|
|
"dompurify": "^3.1.6",
|
|
"react-virtuoso": "^4.7.11"
|
|
}
|
|
}
|