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.
29 lines
722 B
29 lines
722 B
{
|
|
"name": "weatherscan",
|
|
"description": "weatherscan emulator",
|
|
"scripts": {
|
|
"cors": "node ./webroot/js/cors.js",
|
|
"http-server": "http-server ./webroot",
|
|
"dev-server": "live-server ./webroot",
|
|
"start": "npm-run-all --parallel cors dev-server"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Jessecar96/Weatherscan.git"
|
|
},
|
|
"dependencies": {
|
|
"cors-anywhere": "^0.4.4",
|
|
"date-fns": "^2.23.0",
|
|
"http-server": "^14.1.0",
|
|
"live-server": "^1.1.0",
|
|
"npm-run-all": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^6.1.0",
|
|
"gulp-clean-css": "^4.2.0",
|
|
"gulp-sass": "^5.0.0",
|
|
"gulp-sourcemaps": "^2.6.5"
|
|
}
|
|
}
|