-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 780 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 780 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
{
"name": "zim-svg-map",
"version": "1.0.0",
"description": "Interactive SVG maps of Zimbabwe's 10 provinces with detailed ward boundaries.",
"author": "Mehluli Hikwa",
"scripts": {
"start:public": "http-server -c-1",
"start:root": "http-server . -c-1",
"css-prod": "sass --no-source-map --watch src/scss/_entry.scss:dist/css/app.css --style compressed",
"css-dev": "sass --no-source-map --watch src/scss/_entry.scss:dist/css/app.css",
"js-prod": "webpack --mode production --watch",
"js-dev": "webpack --mode development --watch"
},
"devDependencies": {
"css-loader": "^7.1.4",
"http-server": "^14.1.1",
"sass": "^1.100.0",
"style-loader": "^4.0.0",
"webpack": "^5.107.2",
"webpack-cli": "^7.0.3"
},
"dependencies": {
"tippy.js": "^6.3.7"
}
}