browser-apps/package.json
2024-12-01 23:58:21 +08:00

38 lines
926 B
JSON

{
"name": "browser-apps",
"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": {
"@kevisual/router": "workspace:*",
"@kevisual/store": "workspace:*",
"@vitejs/plugin-react": "^4.3.4",
"clsx": "^2.1.1",
"eventemitter3": "^5.0.1",
"highlight.js": "^11.10.0",
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
"marked": "^15.0.3",
"marked-highlight": "^2.2.1",
"nanoid": "^5.0.9",
"react": "^18.3.1",
"vite": "^6.0.1",
"zustand": "^5.0.1"
},
"devDependencies": {
"@build/tailwind": "1.0.2-alpha-2",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.12",
"@types/umami": "^2.10.0",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.15"
}
}