-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 1.14 KB
/
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
32
33
34
35
36
37
38
39
40
{
"name": "ksicht.natur.cuni.cz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@vizuaalog/bulmajs": "^0.12.2",
"bulma": "^1.0.1",
"core-js": "^3.37.1",
"webpack-bundle-tracker": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@fortawesome/fontawesome-free": "^6.5.2",
"babel-loader": "^9.1.3",
"concurrently": "^8.2.2",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.0",
"css-minimizer-webpack-plugin": "^7.0.0",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ksicht/ksicht.git"
},
"keywords": [],
"author": "Filip Vařecha",
"license": "ISC",
"bugs": {
"url": "https://github.com/ksicht/ksicht.cz/issues"
},
"homepage": "https://github.com/ksicht/ksicht.cz/#readme"
}