thunderhub/package.json

80 lines
2.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",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@types/crypto-js": "^3.1.43",
"@types/jest": "24.0.22",
"@types/lodash.merge": "^4.6.6",
"@types/node": "12.12.7",
"@types/numeral": "^0.0.26",
"@types/react": "16.9.11",
2019-12-23 22:32:23 +05:30
"@types/react-copy-to-clipboard": "^4.3.0",
2019-11-30 11:54:24 +01:00
"@types/react-dom": "16.9.4",
"@types/react-modal": "^3.10.0",
"@types/react-router-dom": "^5.1.2",
"@types/react-tooltip": "^3.11.0",
"@types/styled-components": "^4.4.0",
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",
"@types/victory": "^33.0.0",
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",
"crypto-js": "^3.1.9-1",
"date-fns": "^2.8.0",
"graphql": "^14.5.8",
"lodash.merge": "^4.6.2",
"node-sass": "^4.13.0",
"numeral": "^2.0.6",
"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",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
2019-12-23 22:32:23 +05:30
"react-spinners": "^0.7.1",
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",
"react-tooltip": "^3.11.1",
"snyk": "^1.244.0",
"styled-components": "^4.4.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",
2019-11-30 11:54:24 +01:00
"victory": "^33.1.3",
"zxcvbn": "^4.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"husky": "^3.0.9",
"prettier": "1.19.1",
"pretty-quick": "^2.0.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick"
}
2019-11-10 17:42:39 +01:00
}
2019-11-10 17:34:02 +01:00
}