mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"homepage": "web/build",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@chakra-ui/react": "2.3.6",
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-regular-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.18",
|
|
"@mantine/core": "^5.9.4",
|
|
"@mantine/dates": "^5.9.4",
|
|
"@mantine/hooks": "^5.9.4",
|
|
"@testing-library/jest-dom": "^5.16.3",
|
|
"@testing-library/react": "^12.1.4",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^26.0.24",
|
|
"@types/node": "^16.11.26",
|
|
"@types/react": "^18.0.24",
|
|
"@types/react-dom": "^18.0.8",
|
|
"@vitejs/plugin-react": "^1.3.2",
|
|
"dayjs": "^1.11.7",
|
|
"focus-trap-react": "^9.0.2",
|
|
"framer-motion": "^6.2.8",
|
|
"prettier": "^2.7.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-markdown": "^8.0.1",
|
|
"typescript": "^4.6.3",
|
|
"vite": "^2.9.13",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"start:game": "vite build --watch",
|
|
"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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": ">=7.0.0 <8.0.0",
|
|
"@babel/plugin-syntax-flow": "^7.14.5",
|
|
"@babel/plugin-transform-react-jsx": "^7.14.9",
|
|
"@testing-library/dom": "^8.11.4",
|
|
"autoprefixer": "^10.0.2",
|
|
"cross-env": "^7.0.3",
|
|
"postcss": "^8.1.0",
|
|
"prop-types": "^15.8.1",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|