forked from luesjo12/Weatherscan
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 722 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"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"
}
}