-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 1.21 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
{
"name": "vife-website",
"version": "2.0.0",
"description": "Website of Virtueller Forschungsverbund Edirom",
"main": "index.html",
"scripts": {
"build": "webpack && bundle install && bundle exec jekyll build",
"build-drafts": "webpack && bundle install && bundle exec jekyll build --drafts",
"serve": "bundle exec jekyll serve --livereload --drafts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Edirom/ViFE-website.git"
},
"author": "Virtueller Forschungsverbund Edirom",
"license": "MIT",
"bugs": {
"url": "https://github.com/Edirom/ViFE-website/issues"
},
"homepage": "https://github.com/Edirom/ViFE-website#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@fullcalendar/bootstrap": "^5.10.1",
"@fullcalendar/core": "^5.10.1",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/icalendar": "^5.10.1",
"@fullcalendar/list": "^5.10.1",
"bootstrap": "^4.6.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.1"
},
"devDependencies": {
"css-loader": "^6.7.1",
"style-loader": "^3.3.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}