56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "the-forest",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@libsql/client": "^0.11.0",
|
|
"@mdxeditor/editor": "^3.14.0",
|
|
"@mui/material": "^6.1.5",
|
|
"@react-sigma/core": "^4.0.3",
|
|
"@tanstack/react-query": "^5.56.2",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"graphology": "^0.25.4",
|
|
"graphology-layout": "^0.6.1",
|
|
"graphology-layout-force": "^0.2.4",
|
|
"highlight.js": "^11.10.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.53.0",
|
|
"react-router-dom": "^6.26.2",
|
|
"react-sigma": "^1.2.35",
|
|
"react-use-websocket": "^4.9.0",
|
|
"sigma": "^3.0.0-beta.29",
|
|
"vite": "^5.4.7",
|
|
"vite-tsconfig-paths": "^5.0.1",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|