-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 953 Bytes
/
package.json
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": "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",
"license": "MIT",
"private": true,
"dependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@fullhuman/postcss-purgecss": "^6.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": "^10.0.3"
}
}