@loadsmart/loadsmart-ui
Advanced tools
Comparing version 0.23.1 to 0.24.0
{ | ||
"name": "@loadsmart/loadsmart-ui", | ||
"version": "0.23.1", | ||
"version": "0.24.0", | ||
"description": "Loadsmart UI", | ||
@@ -13,5 +13,4 @@ "main": "dist", | ||
"scripts": { | ||
"start": "yarn dev", | ||
"dev": "npm-run-all --parallel watch-tailwind storybook", | ||
"check-format": "prettier --check -- \"**/*.{js,ts,tsx,json}\"", | ||
"format": "prettier --write -- \"**/*.{js,ts,tsx,json}\"", | ||
"lint": "eslint --ext .js,.ts,.tsx src/", | ||
@@ -24,3 +23,4 @@ "test": "jest --clearMocks", | ||
"deploy-storybook": "yarn build-storybook && storybook-to-ghpages --existing-output-dir=docs", | ||
"release": "semantic-release" | ||
"release": "semantic-release", | ||
"prepare": "husky install" | ||
}, | ||
@@ -67,2 +67,15 @@ "engines": { | ||
}, | ||
"lint-staged": { | ||
"src/**/*.{js,ts,jsx,tsx,json}": [ | ||
"eslint --fix", | ||
"prettier --write", | ||
"git add" | ||
], | ||
"src/{common,components,styles}/**/*.{js,ts,jsx,tsx}": [ | ||
"eslint --fix", | ||
"prettier --write", | ||
"stylelint --fix", | ||
"git add" | ||
] | ||
}, | ||
"devDependencies": { | ||
@@ -74,2 +87,3 @@ "@babel/cli": "7.13.16", | ||
"@babel/preset-typescript": "7.13.0", | ||
"@loadsmart/stylelint-config": "0.0.3", | ||
"@rollup/plugin-babel": "5.3.0", | ||
@@ -96,3 +110,3 @@ "@rollup/plugin-commonjs": "19.0.0", | ||
"@testing-library/react-hooks": "5.1.2", | ||
"@testing-library/user-event": "^13.1.9", | ||
"@testing-library/user-event": "13.1.9", | ||
"@types/chance": "1.1.1", | ||
@@ -132,5 +146,7 @@ "@types/enzyme": "3.10.8", | ||
"fork-ts-checker-webpack-plugin": "6.2.6", | ||
"husky": "7.0.0", | ||
"identity-obj-proxy": "3.0.0", | ||
"jest": "26.6.3", | ||
"jest-svg-transformer": "1.0.0", | ||
"lint-staged": "^11.0.0", | ||
"npm-run-all": "4.1.5", | ||
@@ -148,2 +164,8 @@ "postcss": "7", | ||
"styled-components": "5.3.0", | ||
"stylelint": "13.13.1", | ||
"stylelint-config-prettier": "8.0.2", | ||
"stylelint-config-rational-order": "0.1.2", | ||
"stylelint-config-recommended": "5.0.0", | ||
"stylelint-no-unsupported-browser-features": "5.0.1", | ||
"stylelint-order": "4.1.0", | ||
"tailwindcss": "npm:@tailwindcss/postcss7-compat", | ||
@@ -150,0 +172,0 @@ "ts-jest": "26.5.6", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
972164
89
15302