-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 995 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 995 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
33
{
"name": "sensorlab.ijs.si",
"version": "1.0.0",
"description": "",
"main": "assets/scripts/index.js",
"scripts": {
"cobiss": "python scripts/cobiss-parser.py",
"start": "hugo server -v --gc --disableFastRender --buildDrafts --buildFuture",
"prod": "hugo -v --gc --minify",
"highlight": "hugo gen chromastyles --style=monokai > assets/styles/_highlight.scss",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gregor Cerar",
"private": true,
"dependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@fullhuman/postcss-purgecss": "^8.0.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"core-js": "^3.38.1",
"cssnano": "^7.0.6",
"postcss": "^8.4.45",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^11.0.0"
},
"devDependencies": {
"npm-check-updates": "latest"
}
}