web-backset.cn/apps/web/package.json

40 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2023-02-27 11:23:36 +08:00
{
2023-03-05 17:17:04 +08:00
"name": "@backset/web",
2023-02-27 11:23:36 +08:00
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"less": "^4.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "6.8.0",
2023-02-28 17:58:30 +08:00
"@ricons/fluent": "0.12.0",
2023-02-28 23:33:16 +08:00
"@ricons/utils": "0.1.6",
2023-03-12 22:30:09 +08:00
"dplayer": "1.27.1",
2023-03-18 22:03:17 +08:00
"identicon.js": "2.3.3",
"react-hot-toast": "2.4.0",
2023-03-21 10:39:35 +08:00
"react-spinners": "0.13.8",
"react-markdown": "8.0.6",
2023-03-21 14:44:36 +08:00
"remark-gfm": "3.0.1",
"crypto-js": "4.1.1"
2023-02-27 11:23:36 +08:00
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-router-dom": "5.3.3",
"@vitejs/plugin-react": "^3.1.0",
"vite-tsconfig-paths": "4.0.5",
"typescript": "^4.9.3",
2023-03-02 16:40:25 +08:00
"vite": "^4.1.0",
2023-03-17 17:58:37 +08:00
"@types/dplayer": "1.25.2",
2023-03-21 10:39:35 +08:00
"@types/identicon.js": "2.3.1",
"rollup-plugin-visualizer": "5.9.0",
2023-03-21 14:44:36 +08:00
"vite-plugin-compression": "0.5.1",
"@types/crypto-js": "4.1.1"
2023-02-27 11:23:36 +08:00
}
}