mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
79 lines
2.3 KiB
JSON
79 lines
2.3 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apollo/react-hooks": "^3.1.3",
|
|
"@types/crypto-js": "^3.1.43",
|
|
"@types/jest": "24.9.0",
|
|
"@types/lodash.merge": "^4.6.6",
|
|
"@types/node": "13.1.8",
|
|
"@types/numeral": "^0.0.26",
|
|
"@types/react": "16.9.17",
|
|
"@types/react-copy-to-clipboard": "^4.3.0",
|
|
"@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",
|
|
"@types/styled-react-modal": "^1.2.0",
|
|
"@types/styled-theming": "^2.2.2",
|
|
"@types/victory": "^33.0.0",
|
|
"@types/zxcvbn": "^4.4.0",
|
|
"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",
|
|
"react-copy-to-clipboard": "^5.0.2",
|
|
"react-dom": "^16.11.0",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "3.3.0",
|
|
"react-spinners": "^0.8.0",
|
|
"react-spring": "^8.0.27",
|
|
"react-toastify": "^5.4.1",
|
|
"react-tooltip": "^3.11.1",
|
|
"snyk": "^1.244.0",
|
|
"styled-components": "^5.0.0",
|
|
"styled-react-modal": "^2.0.0",
|
|
"styled-theming": "^2.2.0",
|
|
"typescript": "^3.7.2",
|
|
"victory": "^34.0.0",
|
|
"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": "^4.0.10",
|
|
"prettier": "1.19.1",
|
|
"pretty-quick": "^2.0.1"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick"
|
|
}
|
|
}
|
|
}
|