Files
ox_lib/web/package.json

57 lines
1.6 KiB
JSON
Raw Normal View History

2022-03-13 22:30:57 +01:00
{
"name": "ox_lib",
2022-03-13 22:30:57 +01:00
"version": "0.1.0",
"homepage": "web/build",
"private": true,
"dependencies": {
2022-12-16 11:55:12 +01:00
"@emotion/react": "^11.10.5",
2023-02-11 13:55:54 +01:00
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.1.19",
2023-01-13 19:09:07 +01:00
"@mantine/core": "^5.10.0",
"@mantine/dates": "^5.10.0",
"@mantine/hooks": "^5.10.0",
2023-11-18 16:20:38 +01:00
"@vitejs/plugin-react": "^4.2.0",
2022-12-16 11:55:12 +01:00
"dayjs": "^1.11.7",
"focus-trap-react": "^9.0.2",
2022-12-31 15:03:16 +01:00
"framer-motion": "^8.0.2",
2022-08-27 15:58:36 +02:00
"prettier": "^2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.41.3",
"react-hot-toast": "^2.4.0",
"react-markdown": "^8.0.1",
"remark-gfm": "^3.0.1",
"typescript": "^4.6.3",
"vite": "^5.0.12",
"web-vitals": "^2.1.4"
2022-03-13 22:30:57 +01:00
},
"scripts": {
2022-06-30 11:10:02 +02:00
"start": "vite",
"start:game": "vite build --watch",
"build": "tsc && vite build",
"preview": "vite preview"
2022-03-13 22:30:57 +01:00
},
"devDependencies": {
"@babel/core": ">=7.0.0 <8.0.0",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
2023-11-18 16:20:38 +01:00
"@types/node": "^20.9.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"autoprefixer": "^10.0.2",
2022-03-13 22:30:57 +01:00
"cross-env": "^7.0.3",
"csstype": "^3.0.10",
"postcss": "^8.4.31",
"prop-types": "^15.8.1",
2023-11-18 16:20:38 +01:00
"rimraf": "^3.0.2"
},
"pnpm": {
"patchedDependencies": {
"react-hot-toast@2.4.0": "patches/react-hot-toast@2.4.0.patch"
}
2022-03-13 22:30:57 +01:00
}
}