Weatherscan/package.json

27 lines
651 B
JSON
Raw Normal View History

{
"name": "weatherscan",
2021-08-25 01:02:59 +00:00
"description": "weatherscan emulator",
"scripts": {
"cors": "node ./webroot/js/cors.js",
"http-server": "http-server ./webroot",
"start": "npm-run-all --parallel cors http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jessecar96/Weatherscan.git"
},
"dependencies": {
"cors-anywhere": "^0.4.4",
2021-08-24 23:10:58 +00:00
"date-fns": "^2.23.0",
"http-server": "^14.1.0",
2021-08-24 23:33:33 +00:00
"live-server": "^1.1.0"
2018-09-12 03:43:44 +00:00
},
"devDependencies": {
2021-08-24 23:33:33 +00:00
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
2021-08-24 23:10:58 +00:00
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.5"
}
}