2020-06-01 09:42:30 -04:00
|
|
|
{
|
2020-07-30 08:34:29 -04:00
|
|
|
"name": "matrix.to",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-09-01 04:14:13 -04:00
|
|
|
"@quentin-sommer/react-useragent": "^3.1.0",
|
2020-07-30 08:34:29 -04:00
|
|
|
"classnames": "^2.2.6",
|
|
|
|
"formik": "^2.1.4",
|
2020-08-17 12:48:13 -04:00
|
|
|
"matrix-cypher": "^0.1.12",
|
2020-07-30 08:34:29 -04:00
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1",
|
|
|
|
"react-scripts": "3.4.1",
|
2020-09-01 03:57:49 -04:00
|
|
|
"zod": "^1.10.3"
|
2020-07-30 08:34:29 -04:00
|
|
|
},
|
|
|
|
"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",
|
2020-08-18 06:16:31 -04:00
|
|
|
"prettier --write --tab-width 4 --single-quote",
|
2020-07-30 08:34:29 -04:00
|
|
|
"git add"
|
|
|
|
],
|
|
|
|
"src/**/*.{json,css,scss,md}": [
|
2020-08-18 06:16:31 -04:00
|
|
|
"prettier --write --tab-width 4 --single-quote",
|
2020-07-30 08:34:29 -04:00
|
|
|
"git add"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"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",
|
2020-08-06 10:01:43 -04:00
|
|
|
"@types/lodash": "^4.14.159",
|
2020-07-30 08:34:29 -04:00
|
|
|
"@types/node": "^12.0.0",
|
|
|
|
"@types/react": "^16.9.0",
|
|
|
|
"@types/react-dom": "^16.9.0",
|
2020-08-17 12:48:13 -04:00
|
|
|
"@types/react-router-dom": "^5.1.5",
|
2020-07-30 08:34:29 -04:00
|
|
|
"@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",
|
2020-08-17 12:48:13 -04:00
|
|
|
"react-router-dom": "^5.2.0",
|
2020-07-30 08:34:29 -04:00
|
|
|
"storybook-addon-designs": "^5.4.0",
|
2020-08-06 10:01:43 -04:00
|
|
|
"ts-jest": "^26.1.4",
|
2020-07-30 08:34:29 -04:00
|
|
|
"typescript": "~3.7.2"
|
2020-06-01 09:42:30 -04:00
|
|
|
}
|
|
|
|
}
|