57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
|
{
|
||
|
"name": "ucm",
|
||
|
"private": true,
|
||
|
"version": "0.1.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",
|
||
|
"@hello-pangea/dnd": "^17.0.0",
|
||
|
"@mui/icons-material": "^6.1.0",
|
||
|
"@mui/material": "^6.1.0",
|
||
|
"@urbit/http-api": "file:../../js-http-api",
|
||
|
"any-ascii": "^0.3.2",
|
||
|
"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",
|
||
|
"@faker-js/faker": "^9.0.3",
|
||
|
"@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",
|
||
|
"@vitejs/plugin-react": "^4.3.1",
|
||
|
"eslint": "^9.9.0",
|
||
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
||
|
"eslint-plugin-react-refresh": "^0.4.9",
|
||
|
"globals": "^15.9.0",
|
||
|
"typescript": "^5.5.3",
|
||
|
"typescript-eslint": "^8.0.1",
|
||
|
"vite": "^5.4.1"
|
||
|
}
|
||
|
}
|