nishant-design-system
Version:
Sense UI components library
129 lines (128 loc) • 4.23 kB
JSON
{
"name": "nishant-design-system",
"version": "0.1.26",
"main": "index.js",
"description": "Sense UI components library",
"author": {
"name": "Spaced Out"
},
"license": "UNLICENSED",
"scripts": {
"build": "rimraf lib && yarn build:style-variables && gulp build",
"build:style-variables": "rimraf src/styles/variables && style-dictionary build --config ./config.js",
"storybook": "yarn build:style-variables && start-storybook -p 6006",
"storybook:export": "yarn build:style-variables && rimraf storybook-static && build-storybook",
"build-storybook": "yarn build:style-variables && rimraf storybook-static && build-storybook",
"generate": "node ./scripts/create-component",
"generateHook": "node ./scripts/create-hook",
"prepublishOnly": "yarn build",
"release": "yarn build:changelog && yarn publish",
"build:changelog": "standard-version",
"build:no-bump-changelog": "standard-version --skip.bump --skip.commit --skip.tag",
"flow": "flow",
"flow:all": "flow --show-all-errors",
"flow:json": "flow --json --pretty",
"flow:version": "flow version",
"lint": "eslint 'src/**/*.{js,jsx}'",
"lint:fix": "eslint --fix 'src/**/*.{js,jsx}'",
"lint:strict": "eslint --quiet 'src/**/*.{js,jsx}' && echo 'ok!'",
"spell-check": "cspell \"**\"",
"test": "test-storybook",
"visual-test": "npx chromatic --project-token=f0e2813801c4"
},
"keywords": [
"React",
"Component",
"Library",
"Design System",
"Genesis",
"Spaced Out",
"Sense"
],
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@floating-ui/react-dom": "^1.0.0",
"@floating-ui/react-dom-interactions": "^0.10.1",
"date-fns": "^2.29.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/eslint-parser": "^7.18.9",
"@babel/eslint-plugin": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@storybook/addon-a11y": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "^6.5.13",
"@storybook/react": "^6.5.13",
"@storybook/test-runner": "^0.9.0",
"@storybook/testing-react": "^1.3.0",
"@storybook/theming": "^6.5.13",
"@testing-library/react": "^11.2.7",
"all-contributors-cli": "^6.20.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.5",
"babel-plugin-macros": "^3.1.0",
"babel-preset-react-app": "^10.0.0",
"chalk": "^5.0.1",
"chromatic": "^6.11.4",
"cspell": "^6.14.1",
"eslint": "^8.22.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.8.3",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-storybook": "^0.6.7",
"eslint-plugin-unused-imports": "^2.0.0",
"flow-bin": "^0.184.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"husky": "2.1.0",
"jest": "^29.3.1",
"lint-staged": "^10.5.1",
"node-sass": "^7.0.0",
"paths.macro": "^3.0.1",
"prettier": "^2.5.1",
"react": "^16.14.0",
"react-code-blocks": "^0.0.9-0",
"react-dom": "^16.14.0",
"rimraf": "^3.0.2",
"simple-git": "^3.12.0",
"standard-version": "^9.5.0",
"storybook-css-modules": "^1.0.8",
"storybook-vscode-component": "^1.0.8",
"style-dictionary": "^3.7.1"
},
"homepage": "https://spaced-out.github.io/ui-design-system",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/spaced-out/ui-design-system.git"
},
"bugs": {
"url": "https://github.com/spaced-out/ui-design-system/issues"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && yarn flow",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"volta": {
"node": "16.16.0",
"yarn": "1.22.19"
}
}