generated from Xueyao0830/xueyao0830.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.27 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
{
"name": "academic-pages",
"version": "0.8.1.1",
"description": "Academic Pages Mistakes Jekyll theme npm build scripts",
"repository": {
"type": "git",
"url": "https://github.com/academicpages/academicpages.github.io"
},
"keywords": [
"jekyll",
"theme",
"minimal"
],
"contributors": [
"Michael Rose",
"Robert Zupko"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/academicpages/academicpages.github.io/issues"
},
"homepage": "https://github.com/academicpages/academicpages.github.io",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"fitvids": "^2.1.1",
"jquery": "^3.7.1",
"jquery-smooth-scroll": "^2.2.0",
"magnific-popup": "^1.2.0"
},
"devDependencies": {
"onchange": "^7.1.0",
"uglify-js": "^3.17.4"
},
"scripts": {
"uglify": "uglifyjs node_modules/jquery/dist/jquery.min.js node_modules/fitvids/dist/fitvids.min.js node_modules/magnific-popup/dist/jquery.magnific-popup.min.js node_modules/jquery-smooth-scroll/jquery.smooth-scroll.min.js assets/js/plugins/jquery.greedy-navigation.js assets/js/_main.js -c -m -o assets/js/main.min.js",
"watch:js": "onchange \"assets/js/**/*.js\" -e \"assets/js/main.min.js\" -- npm run build:js",
"build:js": "npm run uglify"
}
}