52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "ucm site",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@fontsource/inter": "^5.1.0",
|
|
"@fontsource/roboto": "^5.1.0",
|
|
"@mui/icons-material": "^6.1.0",
|
|
"@mui/material": "^6.1.0",
|
|
"@tanstack/react-query": "^5.59.0",
|
|
"@urbit/http-api": "file:../../js-http-api",
|
|
"bn.js": "^5.2.1",
|
|
"invariant": "^2.2.4",
|
|
"lodash": "^4.17.21",
|
|
"marked": "^14.1.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-html-parser": "^2.0.2",
|
|
"react-player": "^2.16.0",
|
|
"svgson": "^5.3.1",
|
|
"transformation-matrix": "^2.16.1",
|
|
"wouter": "^3.3.5",
|
|
"zustand": "^4.5.5"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.0 || ^18.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.9.0",
|
|
"@types/bn.js": "^5.1.6",
|
|
"@types/invariant": "^2.2.37",
|
|
"@types/lodash": "^4.17.7",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/react-html-parser": "^2.0.6",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"globals": "^15.9.0",
|
|
"typescript": "^5.6.2",
|
|
"vite": "^5.4.1"
|
|
}
|
|
}
|