liber-salti
Version:
Saltí - Liber Design System
130 lines (129 loc) • 4.12 kB
JSON
{
"name": "liber-salti",
"version": "2.53.0",
"license": "UNLICENSED",
"main": "build/index.js",
"module": "build/index.esm.js",
"files": [
"build"
],
"types": "build/index.d.ts",
"description": "Saltí - Liber Design System",
"scripts": {
"build": "rollup -c",
"lint": "npx eslint src/*",
"lint:fix": "npx eslint src/* --fix",
"prepare": "husky install",
"test": "jest",
"test:ci": "CI=true jest --runInBand",
"test:watch": "jest --watch",
"storybook": "start-storybook -s ./public -p 6006 --no-manager-cache",
"storybook:export": "build-storybook -s public",
"generate": "node ./util/create-component",
"prepublishOnly": "yarn build",
"checkExports": "node ./util/check-exports"
},
"keywords": [
"React",
"Component",
"Library",
"Rollup",
"Typescript",
"Storybook"
],
"peerDependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fluentui/react-icons": "^1.1.134",
"@mui/lab": "^5.0.0-alpha.48",
"@mui/material": "^5.0.1",
"@mui/styles": "^5.0.1",
"imask": "^6.4.2",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-react": "^7.14.5",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fluentui/react-icons": "^1.1.137",
"@mui/lab": "^5.0.0-alpha.48",
"@mui/material": "^5.0.1",
"@mui/styles": "^5.0.1",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.3",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.2",
"@storybook/addon-docs": "^6.3.8",
"@storybook/addon-essentials": "^6.3.8",
"@storybook/addon-links": "^6.3.8",
"@storybook/addon-storyshots": "^6.3.8",
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^6.3.8",
"@storybook/theming": "^6.3.9",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^11.2.3",
"@testing-library/react-hooks": "^8.0.0",
"@types/jest": "^24.0.24",
"@types/material-ui": "^0.21.8",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/sinon": "^10.0.2",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^10.0.0",
"cz-conventional-changelog": "3.3.0",
"emotion-theming": "^11.0.0",
"eslint": "^7.27.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-liber": "git+https://github.com/libercapital/eslint-config-liber.git",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"imask": "^6.4.2",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.5",
"moment": "^2.29.1",
"node-sass": "^5.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"react-window": "^1.8.6",
"rollup": "^2.36.1",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-typescript2": "^0.29.0",
"sass-loader": "^10.1.1",
"semantic-release": "^17.4.3",
"sinon": "^11.1.1",
"styled-components": "^5.3.0",
"ts-jest": "^26.4.4",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.1.3",
"window-resizeto": "^0.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"dependencies": {}
}