mirror of https://github.com/artifacthub/hub.git
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "hub",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"@types/bootstrap": "^4.3.1",
|
|
"@types/classnames": "^2.2.9",
|
|
"@types/jest": "^24.0.25",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/node": "^13.1.6",
|
|
"@types/node-sass": "^4.11.0",
|
|
"@types/react": "^16.9.17",
|
|
"@types/react-dom": "^16.9.4",
|
|
"@types/react-icons": "^3.0.0",
|
|
"@types/react-router-dom": "^5.1.3",
|
|
"@types/react-syntax-highlighter": "^11.0.4",
|
|
"bootstrap": "^4.4.1",
|
|
"classnames": "^2.2.6",
|
|
"lodash": "^4.17.15",
|
|
"node-sass": "^4.13.0",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-icons": "^3.8.0",
|
|
"react-markdown": "^4.3.1",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "3.3.0",
|
|
"react-syntax-highlighter": "^12.2.1",
|
|
"typescript": "^3.7.4"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|