71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"name": "rspec",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "http://sonarsource.github.io/rspec",
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
|
"@octokit/rest": "^18.5.3",
|
|
"@testing-library/jest-dom": "^5.11.9",
|
|
"@testing-library/react": "^11.2.3",
|
|
"@testing-library/user-event": "^12.6.2",
|
|
"@types/jest": "^26.0.20",
|
|
"@types/node": "^12.19.15",
|
|
"@types/react": "^16.14.2",
|
|
"@types/react-dom": "^16.9.10",
|
|
"asciidoctor": "^2.2.1",
|
|
"lunr": "^2.3.9",
|
|
"nodegit": "^0.27.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-highlight": "^0.14.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "^5.0.0",
|
|
"setimmediate": "^1.0.5",
|
|
"string-strip-html": "^8.0.1",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.1.3",
|
|
"verror": "^1.10.0",
|
|
"web-vitals": "^0.2.4",
|
|
"winston": "^3.4.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.3",
|
|
"@types/nodegit": "^0.27.1",
|
|
"@types/react-highlight": "^0.12.4",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"tmp-promise": "^3.0.2"
|
|
}
|
|
}
|