-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 872 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
{
"name": "qitianshi.com",
"description": "Tianshi's website.",
"author": "Qi Tianshi",
"license": "Copyright 2024 Qi Tianshi. All rights reserved. See license in LICENSE.",
"scripts": {
"serve": "webpack --mode development --devtool eval-cheap-source-map --watch & JEKYLL_ENV=development bundle exec jekyll serve",
"preview": "webpack --mode production --no-devtool --watch & JEKYLL_ENV=production bundle exec jekyll serve",
"build": "webpack --mode production && JEKYLL_ENV=production bundle exec jekyll build"
},
"dependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"babel-loader": "^9.1.3",
"glob": "^11.0.0",
"lodash.throttle": "^4.1.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"eslint": "^9.7.0",
"globals": "^15.7.0",
"gsap": "^3.12.5"
}
}