Files
TheGame/packages/design-system/package.json
The Lone Rōnin 6d6d75e6e4 Cross Browser Gradient for App Drawer (#294)
* Cross Browser Compatibility for Gradient with new hover animation

* [MyMeta] Use responsive units on the header and footer (#305)

* fixing menu drawer to display on Chromium

* switching footer layout to responsive units

* build failing b/c player is undefined

* refactoring bottom nav to use fewer explicit sizes

* fixed link issues and removed box from focused menu items ala.

* `Error serializing `.guild` returned from `getStaticProps` in "/guild/[guildname]"`

* codegen was removed, but some references linger

* switching profile options to icons to save space

* simplifying & making links clickable

* accidentally duplicated a parameter

* adding Chakra icons to web app

* removing version smudge from icons lib

* simplifying clumsy ternary statement

* lint cares that imports are in alphabetical order

* switching drawer images to next.js component (re: #294)

* satiating the linter

* moving BoxedNextImage to deign-system

* Fix server side rendering issues with backdrop filter

* boxing next.js images

* these only look broken in Chrome's mobile emulator 🍄

* making the serialization fix precisely correct 🎷

Co-authored-by: Will Holcomb <dys@dhappy.org>
Co-authored-by: Pacien Boisson <pakokrew@gmail.com>
2021-02-16 11:20:41 +04:00

52 lines
1.4 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": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"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": ">=16"
},
"dependencies": {
"@chakra-ui/icons": "1.0.3",
"@chakra-ui/react": "1.1.5",
"@chakra-ui/theme-tools": "1.0.3",
"@emotion/react": "11.1.4",
"@emotion/styled": "11.0.0",
"next": "10.0.6",
"react-select": "3.1.0",
"react-timezone-select": "0.9.8"
},
"devDependencies": {
"@babel/core": "7.12.1",
"@storybook/addon-actions": "5.3.21",
"@storybook/addon-docs": "5.3.21",
"@storybook/addon-info": "5.3.21",
"@storybook/addon-links": "5.3.21",
"@storybook/addons": "5.3.21",
"@storybook/react": "6.1.11",
"babel-loader": "8.2.2",
"react-docgen-typescript-loader": "3.7.2",
"react-dom": "16.14.0",
"react-google-font-loader": "1.1.0",
"ts-loader": "8.0.5",
"tslib": "2.1.0"
}
}