2019-11-12 12:21:05 +00:00
|
|
|
{
|
|
|
|
"name": "showplanner2",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2019-11-26 10:01:26 +00:00
|
|
|
"@reduxjs/toolkit": "^1.0.4",
|
2019-11-12 12:21:05 +00:00
|
|
|
"@types/jest": "24.0.22",
|
2019-11-26 10:01:26 +00:00
|
|
|
"@types/lodash": "^4.14.149",
|
2019-11-12 12:21:05 +00:00
|
|
|
"@types/node": "12.12.7",
|
2019-11-26 10:01:26 +00:00
|
|
|
"@types/qs": "^6.9.0",
|
2019-11-12 12:21:05 +00:00
|
|
|
"@types/react": "16.9.11",
|
2019-11-26 10:01:26 +00:00
|
|
|
"@types/react-beautiful-dnd": "^11.0.3",
|
2019-11-12 12:21:05 +00:00
|
|
|
"@types/react-dom": "16.9.4",
|
2019-11-26 10:01:26 +00:00
|
|
|
"@types/react-redux": "^7.1.5",
|
|
|
|
"@types/webpack-env": "^1.14.1",
|
|
|
|
"lodash": "^4.17.15",
|
|
|
|
"qs": "^6.9.1",
|
|
|
|
"react": "^0.0.0-experimental-38dd17ab9",
|
|
|
|
"react-beautiful-dnd": "^12.1.1",
|
2019-11-26 13:00:15 +00:00
|
|
|
"react-contextmenu": "^2.13.0",
|
2019-11-26 10:01:26 +00:00
|
|
|
"react-dnd": "^9.4.0",
|
|
|
|
"react-dnd-html5-backend": "^9.4.0",
|
|
|
|
"react-dom": "^0.0.0-experimental-38dd17ab9",
|
|
|
|
"react-redux": "^7.1.3",
|
2019-11-12 12:21:05 +00:00
|
|
|
"react-scripts": "3.2.0",
|
2019-11-26 10:01:26 +00:00
|
|
|
"redux": "^4.0.4",
|
2020-03-17 22:11:49 +00:00
|
|
|
"typescript": "3.7.2",
|
|
|
|
"webcast.js": "ssh://git@github.com/UniversityRadioYork/webcast.js"
|
2019-11-12 12:21:05 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2020-03-17 22:11:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"prettier": "^1.19.1"
|
2019-11-12 12:21:05 +00:00
|
|
|
}
|
|
|
|
}
|