forked from KSICHT-org/ksicht
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.3 KB
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
41
42
43
44
45
{
"name": "ksicht.natur.cuni.cz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@vizuaalog/bulmajs": "^0.12.2",
"bulma": "^1.0.4",
"core-js": "^3.48.0",
"webpack-bundle-tracker": "^3.2.3"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@fortawesome/fontawesome-free": "^7.2.0",
"babel-loader": "^10.0.0",
"concurrently": "^9.2.1",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^8.0.0",
"mini-css-extract-plugin": "^2.10.0",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"serialize-javascript": "^7.0.3",
"terser-webpack-plugin": "^5.3.16",
"webpack": "^5.105.3",
"webpack-cli": "^6.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ksicht-org/ksicht.git"
},
"keywords": [],
"author": "Filip Vařecha",
"license": "ISC",
"bugs": {
"url": "https://github.com/ksicht-org/ksicht/issues"
},
"homepage": "https://github.com/ksicht-org/ksicht/#readme",
"overrides": {
"serialize-javascript": "^7.0.3"
}
}