73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"name": "rspec",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "http://sonarsource.github.io/rspec",
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.12.4",
|
|
"@material-ui/icons": "^4.11.3",
|
|
"@material-ui/lab": "^4.0.0-alpha.61",
|
|
"@octokit/rest": "^18.12.0",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^11.2.7",
|
|
"@testing-library/user-event": "^12.8.3",
|
|
"@types/jest": "^26.0.24",
|
|
"@types/node": "^12.20.55",
|
|
"@types/react": "^16.14.49",
|
|
"@types/react-dom": "^16.9.20",
|
|
"asciidoctor": "^2.2.6",
|
|
"html-react-parser": "^1.4.14",
|
|
"lunr": "^2.3.9",
|
|
"node-html-parser": "^5.4.2",
|
|
"nodegit": "^0.28.0-alpha.24",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-highlight": "^0.14.0",
|
|
"react-router-dom": "^5.3.4",
|
|
"react-scripts": "^5.0.1",
|
|
"setimmediate": "^1.0.5",
|
|
"string-strip-html": "^8.5.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.5",
|
|
"verror": "^1.10.1",
|
|
"web-vitals": "^0.2.4",
|
|
"winston": "^3.11.0",
|
|
"yargs": "^16.2.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"prepare-rules": "ts-node -P tsconfig-rules.json ./src/deployment/index.ts",
|
|
"predeploy": "npm run prepare-rules && npm run build",
|
|
"deploy": "gh-pages -d build"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react-hooks": "^7.0.2",
|
|
"@types/lunr": "^2.3.5",
|
|
"@types/nodegit": "^0.27.10",
|
|
"@types/react-highlight": "^0.12.6",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"tmp-promise": "^3.0.3"
|
|
}
|
|
}
|