thunderhub/package.json

101 lines
3.3 KiB
JSON
Raw Normal View History

2019-11-10 17:34:02 +01:00
{
2019-11-30 11:54:24 +01:00
"name": "app",
2020-02-24 21:54:52 +01:00
"version": "0.1.6.2",
2019-11-30 11:54:24 +01:00
"private": true,
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@types/crypto-js": "^3.1.43",
2020-02-20 21:58:16 +01:00
"@types/jest": "25.1.3",
2020-01-24 17:04:41 +01:00
"@types/lodash.debounce": "^4.0.6",
2019-11-30 11:54:24 +01:00
"@types/lodash.merge": "^4.6.6",
"@types/lodash.sortby": "^4.7.6",
2020-02-20 21:58:16 +01:00
"@types/node": "13.7.4",
2019-11-30 11:54:24 +01:00
"@types/numeral": "^0.0.26",
2020-01-23 06:26:54 +01:00
"@types/qrcode.react": "^1.0.0",
2020-02-20 21:58:16 +01:00
"@types/react": "16.9.21",
2019-12-23 22:32:23 +05:30
"@types/react-copy-to-clipboard": "^4.3.0",
2020-01-25 08:06:13 +01:00
"@types/react-dom": "16.9.5",
2020-02-20 21:58:16 +01:00
"@types/react-modal": "^3.10.5",
2020-02-24 07:31:24 +01:00
"@types/react-qr-reader": "^2.1.2",
2019-11-30 11:54:24 +01:00
"@types/react-router-dom": "^5.1.2",
"@types/react-tooltip": "^3.11.0",
2020-02-20 21:58:16 +01:00
"@types/styled-components": "^4.4.3",
2019-12-07 18:12:13 +01:00
"@types/styled-react-modal": "^1.2.0",
2019-11-30 11:54:24 +01:00
"@types/styled-theming": "^2.2.2",
2020-01-25 08:06:13 +01:00
"@types/victory": "^33.1.4",
2019-12-08 14:23:04 +01:00
"@types/zxcvbn": "^4.4.0",
2019-11-30 11:54:24 +01:00
"apollo-boost": "^0.4.4",
"base64url": "^3.0.1",
2020-02-20 21:58:16 +01:00
"crypto-js": "^4.0.0",
2019-11-30 11:54:24 +01:00
"date-fns": "^2.8.0",
2020-01-31 08:44:06 +01:00
"graphql": "^14.6.0",
2020-01-24 17:04:41 +01:00
"lodash.debounce": "^4.0.8",
2019-11-30 11:54:24 +01:00
"lodash.merge": "^4.6.2",
"lodash.sortby": "^4.7.0",
2019-11-30 11:54:24 +01:00
"node-sass": "^4.13.0",
"numeral": "^2.0.6",
2020-01-23 06:26:54 +01:00
"qrcode.react": "^1.0.0",
2019-11-30 11:54:24 +01:00
"react": "^16.11.0",
2019-12-23 22:32:23 +05:30
"react-copy-to-clipboard": "^5.0.2",
2019-11-30 11:54:24 +01:00
"react-dom": "^16.11.0",
2020-02-24 07:31:24 +01:00
"react-qr-reader": "^2.2.1",
2019-11-30 11:54:24 +01:00
"react-router-dom": "^5.1.2",
2020-02-20 21:58:16 +01:00
"react-scripts": "3.4.0",
2020-01-20 07:24:18 +01:00
"react-spinners": "^0.8.0",
2019-12-07 18:12:13 +01:00
"react-spring": "^8.0.27",
2019-11-30 11:54:24 +01:00
"react-toastify": "^5.4.1",
2020-02-20 21:58:16 +01:00
"react-tooltip": "^4.0.3",
"snyk": "^1.294.1",
2020-02-07 18:26:47 +01:00
"styled-components": "^5.0.1",
2019-12-07 18:12:13 +01:00
"styled-react-modal": "^2.0.0",
2019-11-30 11:54:24 +01:00
"styled-theming": "^2.2.0",
2019-11-30 14:21:51 +01:00
"typescript": "^3.7.2",
2020-02-07 18:26:47 +01:00
"victory": "^34.1.1",
2019-11-30 11:54:24 +01:00
"zxcvbn": "^4.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
2020-01-26 09:57:59 +01:00
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
2020-02-01 09:09:51 +01:00
"build-storybook": "build-storybook -s public",
"deploy": "yarn build && aws s3 --profile EBFullAccess sync build/ s3://thunderhub-client"
2019-11-30 11:54:24 +01:00
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
2020-02-20 21:58:16 +01:00
"@storybook/addon-actions": "^5.3.13",
"@storybook/addon-info": "^5.3.13",
"@storybook/addon-knobs": "^5.3.13",
"@storybook/addon-links": "^5.3.13",
"@storybook/addon-viewport": "^5.3.13",
"@storybook/addons": "^5.3.13",
2020-01-26 09:57:59 +01:00
"@storybook/preset-create-react-app": "^1.5.2",
2020-02-20 21:58:16 +01:00
"@storybook/react": "^5.3.13",
2020-01-26 09:57:59 +01:00
"awesome-typescript-loader": "^5.2.1",
2020-02-20 21:58:16 +01:00
"husky": "^4.2.3",
2019-11-30 11:54:24 +01:00
"prettier": "1.19.1",
2020-01-26 09:57:59 +01:00
"pretty-quick": "^2.0.1",
"react-docgen-typescript-loader": "^3.6.0"
2019-11-30 11:54:24 +01:00
},
"husky": {
"hooks": {
2020-01-24 17:04:41 +01:00
"pre-commit": "pretty-quick --staged"
2019-11-30 11:54:24 +01:00
}
2019-11-10 17:42:39 +01:00
}
2019-11-10 17:34:02 +01:00
}