40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@backset/web",
|
|
"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",
|
|
"@ricons/fluent": "0.12.0",
|
|
"@ricons/utils": "0.1.6",
|
|
"dplayer": "1.27.1",
|
|
"identicon.js": "2.3.3",
|
|
"react-hot-toast": "2.4.0",
|
|
"react-spinners": "0.13.8",
|
|
"react-markdown": "8.0.6",
|
|
"remark-gfm": "3.0.1",
|
|
"crypto-js": "4.1.1"
|
|
},
|
|
"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",
|
|
"vite": "^4.1.0",
|
|
"@types/dplayer": "1.25.2",
|
|
"@types/identicon.js": "2.3.1",
|
|
"rollup-plugin-visualizer": "5.9.0",
|
|
"vite-plugin-compression": "0.5.1",
|
|
"@types/crypto-js": "4.1.1"
|
|
}
|
|
} |