forked from xaralis/ksicht
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
41
42
43
{
"name": "ksicht.natur.cuni.cz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@vizuaalog/bulmajs": "^0.10.2",
"bulma": "^0.8.2",
"bulmaswatch": "^0.7.5",
"core-js": "^3.4.0",
"webpack-bundle-tracker": "^0.4.2-beta"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@fortawesome/fontawesome-free": "^5.11.2",
"babel-loader": "^8.0.4",
"concurrently": "^4.0.1",
"css-loader": "^1.0.1",
"file-loader": "^2.0.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.10.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"sass-loader": "^7.1.0",
"terser-webpack-plugin": "^1.1.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"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"
}