browser-apps/package.json
2024-12-10 01:49:36 +08:00

40 lines
1000 B
JSON

{
"name": "browser-apps",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me>",
"license": "MIT",
"type": "module",
"dependencies": {
"@kevisual/router": "0.0.6-alpha-2",
"@kevisual/store": "0.0.1-alpha.7",
"@kevisual/tab-leader": "^0.0.1",
"@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": "^19.0.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@build/tailwind": "1.0.2-alpha-2",
"@kevisual/types": "^0.0.3",
"@types/lodash-es": "^4.17.12",
"@types/react": "^19.0.1",
"@types/umami": "^2.10.0",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.16",
"vite": "^6.0.3"
}
}