2024-09-17 20:35:18 -04:00
|
|
|
{
|
|
|
|
"name": "the-forest",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2024-10-26 15:40:10 -04:00
|
|
|
"@emotion/react": "^11.13.3",
|
|
|
|
"@emotion/styled": "^11.13.0",
|
2024-09-17 20:35:18 -04:00
|
|
|
"@libsql/client": "^0.11.0",
|
2024-10-21 13:50:25 -04:00
|
|
|
"@mdxeditor/editor": "^3.14.0",
|
2024-11-01 12:27:39 -04:00
|
|
|
"@mui/icons-material": "^6.1.5",
|
2024-10-26 15:40:10 -04:00
|
|
|
"@mui/material": "^6.1.5",
|
2024-09-24 10:56:04 -04:00
|
|
|
"@react-sigma/core": "^4.0.3",
|
2024-09-17 20:35:18 -04:00
|
|
|
"@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",
|
2024-09-24 16:14:49 -04:00
|
|
|
"@vitejs/plugin-react": "^4.3.1",
|
2024-09-24 10:56:04 -04:00
|
|
|
"graphology": "^0.25.4",
|
|
|
|
"graphology-layout": "^0.6.1",
|
|
|
|
"graphology-layout-force": "^0.2.4",
|
2024-10-21 11:56:48 -04:00
|
|
|
"highlight.js": "^11.10.0",
|
2024-11-01 12:27:39 -04:00
|
|
|
"json-edit-react": "^1.17.1",
|
2024-09-17 20:35:18 -04:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2024-09-27 11:40:14 -04:00
|
|
|
"react-hook-form": "^7.53.0",
|
2024-09-17 20:35:18 -04:00
|
|
|
"react-router-dom": "^6.26.2",
|
2024-09-24 10:56:04 -04:00
|
|
|
"react-sigma": "^1.2.35",
|
2024-10-08 23:24:48 -04:00
|
|
|
"react-use-websocket": "^4.9.0",
|
2024-09-24 10:56:04 -04:00
|
|
|
"sigma": "^3.0.0-beta.29",
|
2024-09-24 16:14:49 -04:00
|
|
|
"vite": "^5.4.7",
|
|
|
|
"vite-tsconfig-paths": "^5.0.1",
|
2024-09-17 20:35:18 -04:00
|
|
|
"web-vitals": "^2.1.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2024-09-24 16:14:49 -04:00
|
|
|
"start": "vite",
|
|
|
|
"build": "tsc && vite build",
|
2024-12-03 10:31:50 -05:00
|
|
|
"preview": "vite preview",
|
|
|
|
"test": "vitest"
|
2024-09-17 20:35:18 -04:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2024-12-03 10:31:50 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"jsdom": "^25.0.1",
|
|
|
|
"vitest": "^2.1.5"
|
2024-09-17 20:35:18 -04:00
|
|
|
}
|
|
|
|
}
|