Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions web/LICENSE

This file was deleted.

77 changes: 0 additions & 77 deletions web/gulpfile.js

This file was deleted.

12 changes: 2 additions & 10 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://polycortex.github.io/polydodo",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && gulp licenses",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "yarn prettier --config ../.vscode/.prettierrc.yaml --write \"./**/*.{js,jsx,css,scss,json}\""
Expand All @@ -32,10 +32,8 @@
"headroom.js": "^0.11.0",
"moment": "^2.27.0",
"node-sass": "4.14.1",
"nouislider": "14.1.1",
"prop-types": "^15.7.2",
"react": "16.12.0",
"react-datetime": "2.16.3",
"react-dom": "16.12.0",
"react-hook-form": "^6.8.4",
"react-router": "5.1.2",
Expand All @@ -46,13 +44,7 @@
"yarn": "^1.22.4"
},
"devDependencies": {
"@types/googlemaps": "3.39.2",
"@types/markerclustererplus": "2.1.33",
"@types/react": "16.9.19",
"eslint-plugin-flowtype": "3.13.0",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"prettier": "^2.0.5",
"typescript": "3.7.5"
"prettier": "^2.0.5"
}
}
Loading