@spaced-out/ui-design-system
Version:
Sense UI components library
131 lines (130 loc) • 4.3 kB
JSON
{
"name": "@spaced-out/ui-design-system",
"version": "0.4.12",
"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 && storybook dev --host genesis.proxysense.co --port 6006",
"storybook:export": "yarn build:style-variables && rimraf storybook-static && storybook build",
"build-storybook": "yarn build:style-variables && rimraf storybook-static && storybook build",
"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": ">=19.1.0",
"react-dom": ">=19.1.0"
},
"dependencies": {
"@floating-ui/react": "^0.24.0",
"date-fns": "^2.29.3",
"highcharts": "^11.4.1",
"highcharts-react-official": "^3.2.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.45",
"react-dropzone": "^14.2.3",
"react-window": "^1.8.10"
},
"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": "^9.0.10",
"@storybook/addon-docs": "^9.0.10",
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
"@storybook/react-webpack5": "^9.0.10",
"@storybook/test-runner": "^0.23.0",
"@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": "^9.1.2",
"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": "^9.0.10",
"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",
"invariant": "^2.2.4",
"jest": "^29.3.1",
"lint-staged": "^10.5.1",
"paths.macro": "^3.0.1",
"prettier": "^2.5.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rimraf": "^3.0.2",
"simple-git": "^3.12.0",
"standard-version": "^9.5.0",
"storybook": "^9.0.10",
"storybook-css-modules": "^1.0.8",
"storybook-vscode-component": "^1.0.9",
"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": "20.19.2",
"yarn": "1.22.19"
}
}