aboutsummaryrefslogtreecommitdiffstats
path: root/npm_assets/package.json
blob: d354e12f70db98f4d9cc152965ff646b7b3708a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Nikola",
    "version": "0.1.0",
    "description": "Nikola, a static site generator",
    "repository": "https://github.com/getnikola/nikola",
    "license": "MIT",
    "dependencies": {
        "baguettebox.js": "^1.11.0",
        "bootstrap": "^4.6.1",
        "html5shiv": "^3.7.3",
        "jquery": "^3.6.0",
        "justified-layout": "^3.0.0",
        "livereload-js": "^2.4.0",
        "luxon": "^3.2.1",
        "popper.js": "^1.16.1"
    }
}