cleanup package manifest
This commit is contained in:
parent
1f43db2a5b
commit
3180144c2e
80
package.json
80
package.json
@ -1,82 +1,4 @@
|
|||||||
{
|
{
|
||||||
"name": "matrix.to",
|
"name": "matrix.to",
|
||||||
"version": "0.1.0",
|
"version": "1.1.3",
|
||||||
"private": true,
|
|
||||||
"dependencies": {
|
|
||||||
"@quentin-sommer/react-useragent": "^3.1.0",
|
|
||||||
"classnames": "^2.2.6",
|
|
||||||
"cross-fetch": "^3.0.6",
|
|
||||||
"formik": "^2.1.4",
|
|
||||||
"promise.any": "^2.0.1",
|
|
||||||
"react": "^16.13.1",
|
|
||||||
"react-dom": "^16.13.1",
|
|
||||||
"react-scripts": "3.4.1",
|
|
||||||
"what-input": "^5.2.10",
|
|
||||||
"zod": "^1.10.3"
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"start": "react-scripts start",
|
|
||||||
"build": "react-scripts build",
|
|
||||||
"test": "react-scripts test",
|
|
||||||
"eject": "react-scripts eject",
|
|
||||||
"lint:fix": "eslint src/**/*.ts src/**/*.tsx --fix",
|
|
||||||
"storybook": "start-storybook -p 9009 -s public",
|
|
||||||
"build-storybook": "build-storybook -s public"
|
|
||||||
},
|
|
||||||
"lint-staged": {
|
|
||||||
"src/**/*.{js,jsx,ts,tsx}": [
|
|
||||||
"eslint --fix",
|
|
||||||
"prettier --write --tab-width 4 --single-quote"
|
|
||||||
],
|
|
||||||
"src/**/*.{json,css,scss,md}": [
|
|
||||||
"prettier --write --tab-width 4 --single-quote"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"husky": {
|
|
||||||
"hooks": {
|
|
||||||
"pre-commit": "lint-staged"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"browserslist": {
|
|
||||||
"production": [
|
|
||||||
">0.2%",
|
|
||||||
"not dead",
|
|
||||||
"not op_mini all"
|
|
||||||
],
|
|
||||||
"development": [
|
|
||||||
"last 1 chrome version",
|
|
||||||
"last 1 firefox version",
|
|
||||||
"last 1 safari version"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"@storybook/addon-a11y": "^5.3.19",
|
|
||||||
"@storybook/addon-actions": "^5.3.19",
|
|
||||||
"@storybook/addon-backgrounds": "^5.3.19",
|
|
||||||
"@storybook/addon-knobs": "^5.3.19",
|
|
||||||
"@storybook/addon-links": "^5.3.19",
|
|
||||||
"@storybook/addon-storysource": "^5.3.19",
|
|
||||||
"@storybook/addon-viewport": "^5.3.19",
|
|
||||||
"@storybook/addons": "^5.3.19",
|
|
||||||
"@storybook/preset-create-react-app": "^3.1.4",
|
|
||||||
"@storybook/react": "^5.3.19",
|
|
||||||
"@testing-library/jest-dom": "^4.2.4",
|
|
||||||
"@testing-library/react": "^9.3.2",
|
|
||||||
"@testing-library/user-event": "^7.1.2",
|
|
||||||
"@types/classnames": "^2.2.10",
|
|
||||||
"@types/jest": "^24.0.0",
|
|
||||||
"@types/lodash": "^4.14.159",
|
|
||||||
"@types/node": "^12.0.0",
|
|
||||||
"@types/react": "^16.9.0",
|
|
||||||
"@types/react-dom": "^16.9.0",
|
|
||||||
"@types/yup": "^0.29.3",
|
|
||||||
"eslint-config-matrix-org": "^0.1.0",
|
|
||||||
"husky": "^4.2.5",
|
|
||||||
"lint-staged": "^10.2.7",
|
|
||||||
"node-sass": "^4.14.1",
|
|
||||||
"prettier": "^2.0.5",
|
|
||||||
"storybook-addon-designs": "^5.4.0",
|
|
||||||
"ts-jest": "^26.1.4",
|
|
||||||
"typescript": "~3.7.2"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user