Kopie van https://gitlab.com/studieverenigingvia/ict/centurion met een paar aanpassingen
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.3 KiB
52 lines
1.3 KiB
{
|
|
"name": "centurion-via",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.4.0",
|
|
"@testing-library/user-event": "^7.2.1",
|
|
"@types/jest": "^24.9.1",
|
|
"@types/node": "^12.12.27",
|
|
"@types/react": "^16.9.19",
|
|
"@types/react-dom": "^16.9.5",
|
|
"antd": "^3.26.9",
|
|
"node-sass": "^4.13.1",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-scripts": "3.3.1",
|
|
"socket.io-client": "^2.3.0",
|
|
"sscaffold-css": "^0.1.0",
|
|
"typescript": "^3.7.5",
|
|
"use-query-params": "^0.6.0",
|
|
"use-socketio": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "react-app-rewired build",
|
|
"test": "react-app-rewired 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": {
|
|
"@types/socket.io-client": "^1.4.32",
|
|
"customize-cra": "^0.9.1",
|
|
"eslint-plugin-react-hooks": "^2.3.0",
|
|
"react-app-rewired": "^2.1.5",
|
|
"workerize-loader": "^1.1.0"
|
|
}
|
|
}
|
|
|