rspec/frontend/package.json

73 lines
1.9 KiB
JSON
Raw Normal View History

2020-06-25 14:00:11 +02:00
{
2021-01-26 22:10:28 +01:00
"name": "rspec",
2020-06-25 14:00:11 +02:00
"version": "0.1.0",
"private": true,
2021-01-29 17:25:45 +01:00
"homepage": "http://sonarsource.github.io/rspec",
2020-06-25 14:00:11 +02:00
"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",
2021-01-26 22:10:28 +01:00
"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",
2023-10-17 09:58:33 +02:00
"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"
2020-06-25 14:00:11 +02:00
},
"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",
2020-06-25 14:00:11 +02:00
"deploy": "gh-pages -d build"
},
"eslintConfig": {
2021-01-26 22:10:28 +01:00
"extends": [
"react-app",
"react-app/jest"
]
2020-06-25 14:00:11 +02:00
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2021-01-26 22:10:28 +01:00
},
"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"
2020-06-25 14:00:11 +02:00
}
}