dev-app/dev-app-page/package.json
2024-12-13 02:48:57 +08:00

30 lines
715 B
JSON

{
"name": "dev-app-page",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me>",
"license": "MIT",
"type": "module",
"dependencies": {
"@build/tailwind": "1.0.2-alpha-2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@kevisual/system-ui": "^0.0.3",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@kevisual/query": "0.0.7-alpha.3",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2"
}
}