下网可以坚持下去
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
A.I.N.Y/Ying-Drosophila/package.json

22 lines
441 B

2 years ago
{
"name": "ying-drosophila",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
2 years ago
"react-dom": "^18.2.0",
"sass": "^1.57.1"
2 years ago
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"vite": "^4.0.0"
}
}