-
Notifications
You must be signed in to change notification settings - Fork 312
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 739 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 739 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
{
"name": "jkan",
"description": "A lightweight, backend-free open data portal, powered by Jekyll",
"scripts": {
"watch": "parcel watch scripts/src/index.js --dist-dir _site/scripts/dist",
"build": "parcel build scripts/src/index.js --dist-dir scripts/dist"
},
"targets": {
"modern": {
"engines": {
"browsers": "defaults"
}
}
},
"license": "MIT",
"private": true,
"bugs": {
"url": "https://github.com/timwis/jkan/issues"
},
"homepage": "https://github.com/timwis/jkan",
"devDependencies": {
"core-js": "^3.45.1",
"parcel": "^2.15.4",
"process": "^0.11.10"
},
"dependencies": {
"bootstrap": "^5.3.8",
"jquery": "^3.7.1",
"lodash": "^4.17.21"
}
}