-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 869 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 869 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
29
30
31
32
{
"name": "polaric-webapp2",
"version": "2.0.0",
"description": "A client webapp for Polaric Server",
"main": "application.js",
"scripts": {
"build": "webpack --mode production && npm run build:css",
"build:css": "cd style && cat polaric.css widget.css popup.css tracking.css mobil.css drawStyle.css mobileStyle.css | npx clean-css-cli -o style-min.css",
"dev": "webpack --mode development",
"watch": "webpack --mode development --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/PolaricServer/webapp2"
},
"keywords": [
"polaric",
"aprs",
"tracking",
"map"
],
"author": "Øyvind Hanssen, LA7ECA",
"license": "AGPL-3.0",
"devDependencies": {
"clean-css-cli": "^5.6.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"flatpickr": "^4.6.13"
}
}