mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-21 04:07:54 -05:00
This is being merged for further testing so as to not block the progress of `develop` & not require more rebases.
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "@metafam/ds",
|
|
"version": "0.1.0",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"module": "dist/ds.esm.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"typecheck": "tsc -b tsconfig.build.json tsconfig.json",
|
|
"dev": "yarn start",
|
|
"start": "tsdx watch --tsconfig tsconfig.build.json --verbose --noClean",
|
|
"build": "tsdx build --tsconfig tsconfig.build.json",
|
|
"test": "tsdx test --passWithNoTests",
|
|
"prepublish": "yarn build",
|
|
"precommit": "yarn lint-staged"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=17"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "1.0.14",
|
|
"@chakra-ui/react": "1.6.5",
|
|
"@chakra-ui/theme-tools": "1.3.1",
|
|
"@emotion/styled": "11.3.0",
|
|
"@metafam/utils": "1.0.1",
|
|
"@types/react": "17.0.6",
|
|
"@types/react-dom": "17.0.5",
|
|
"@types/react-select": "3.0.22",
|
|
"city-timezones": "1.2.0",
|
|
"framer-motion": "4.1.17",
|
|
"next": "10.2.3",
|
|
"react-select": "4.3.1",
|
|
"react-timezone-select": "1.0.3",
|
|
"spacetime": "6.16.1",
|
|
"spacetime-informal": "0.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.14.2",
|
|
"babel-loader": "8.2.2",
|
|
"react-dom": "17.0.2",
|
|
"react-google-font-loader": "1.1.0",
|
|
"typescript": "4.5.4",
|
|
"tslib": "2.2.0"
|
|
}
|
|
}
|