Skip to content

Instantly share code, notes, and snippets.

@harpreetkhalsagtbit
Created May 3, 2023 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harpreetkhalsagtbit/9871d786d4dcf1a283eb87a940f410b4 to your computer and use it in GitHub Desktop.
Save harpreetkhalsagtbit/9871d786d4dcf1a283eb87a940f410b4 to your computer and use it in GitHub Desktop.
design-system-react
{
"name": "design-system-react",
"version": "1.0.5",
"description": "",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "",
"dev": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/harpreetkhalsagtbit/design-system-react.git"
},
"author": "harpreetkhalsagtbit@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/harpreetkhalsagtbit/design-system-react/issues"
},
"peerDependencies": {
"react": "^18.2.0"
},
"homepage": "https://github.com/harpreetkhalsagtbit/design-system-react#readme",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"tailwindcss": "^3.3.2",
"twin.macro": "^3.3.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment