-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.56 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
44
45
{
"name": "Docs",
"version": "1.0.0",
"description": "Docs Jekyll theme.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy": "ncp node_modules/uikit/src/scss/ _sass/uikit/ && ncp node_modules/system-font-css/ _sass/system-font-css/",
"lint": "jshint assets/js/custom.js",
"uglify": "uglifyjs node_modules/uikit/dist/js/uikit.js node_modules/uikit/dist/js/uikit-icons.js node_modules/simple-jekyll-search/dest/simple-jekyll-search.js assets/js/custom.js -m -c -o assets/js/main.js",
"concat": "uglifyjs node_modules/uikit/dist/js/uikit.js node_modules/uikit/dist/js/uikit-icons.js node_modules/simple-jekyll-search/dest/simple-jekyll-search.js assets/js/custom.js -b -o assets/js/main.js",
"dev": "npm run lint && npm run concat",
"build": "npm run lint && npm run uglify",
"watch": "watch 'npm run dev' assets/js/",
"postinstall": "npm run copy && npm run concat"
},
"repository": {
"type": "git",
"url": "git+https://github.com/"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/"
},
"homepage": "https://github.com/",
"dependencies": {
"bibtex": "^0.9.0",
"gulp": "^3.9.1",
"jquery": "^3.5.0",
"jspdf": "^2.5.1",
"markdown-it": "^12.3.2",
"markdown-it-attrs": "^2.3.1",
"rateyo": "^2.3.3",
"simple-jekyll-search": "^1.10.0",
"system-font-css": "^2.0.1",
"uikit": "^3.0.0-beta.42"
},
"devDependencies": {
"jshint": "^2.9.5",
"ncp": "latest",
"uglify-js": "^3.2.1",
"watch": "^1.0.2"
}
}