mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-11 15:48:10 -05:00
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "@metafam/ds",
|
|
"version": "0.2.0",
|
|
"license": "GPL-2.0",
|
|
"type": "module",
|
|
"main": "dist/ds.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/",
|
|
"src/"
|
|
],
|
|
"scripts": {
|
|
"typecheck": "tsc --pretty",
|
|
"build": "vite build && tsc --emitDeclarationOnly",
|
|
"dev": "vite build --watch",
|
|
"dev:serve": "vite dev",
|
|
"prod:serve": "vite preview",
|
|
"test": "jest --passWithNoTests",
|
|
"prepublish": "yarn build",
|
|
"prepare": "yarn build",
|
|
"precommit": "yarn typecheck"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11.10.5",
|
|
"react": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/anatomy": "^2.2.2",
|
|
"@chakra-ui/icons": "^2.1.1",
|
|
"@chakra-ui/media-query": "^3.3.0",
|
|
"@chakra-ui/react": "^2.8.2",
|
|
"@chakra-ui/styled-system": "^2.9.2",
|
|
"@chakra-ui/system": "^2.6.2",
|
|
"@chakra-ui/theme-tools": "^2.1.2",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@metafam/utils": "workspace:*",
|
|
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
|
|
"chakra-ui-markdown-renderer": "^4.1.0",
|
|
"city-timezones": "1.2.0",
|
|
"framer-motion": "^11.3.2",
|
|
"next": "^13",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-google-font-loader": "^1.1.0",
|
|
"react-hook-form": "^7.39.5",
|
|
"react-markdown": "^8",
|
|
"react-markdown-editor-lite": "^1.3.4",
|
|
"react-select": "^5.7.0",
|
|
"react-timezone-select": "^1.4.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"spacetime": "^7.6.0",
|
|
"spacetime-informal": "0.6.1",
|
|
"vanilla-tilt": "^1.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@emotion/react": "^11.11.4",
|
|
"@types/react": "^18.3.3",
|
|
"@vitejs/plugin-react": "^2.1.0",
|
|
"typescript": "^5.5.3",
|
|
"vite": "^3.1.8"
|
|
}
|
|
}
|