-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 894 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
32
33
{
"name": "lubrum.github.io",
"version": "1.0.4",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch | bundle exec jekyll serve --livereload",
"build": "webpack",
"jekyll:build": "bundle exec jekyll build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lubrum/Lubrum.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lubrum/Lubrum.github.io/issues"
},
"homepage": "https://github.com/Lubrum/Lubrum.github.io#readme",
"dependencies": {
"@dogstudio/highway": "2.2.1",
"gsap": "3.11.4"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.20.2",
"babel-loader": "9.1.2",
"webpack": "5.94.0",
"webpack-cli": "5.0.1"
}
}