-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.14 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1.14 KB
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
{
"name": "website-design",
"version": "1.1.9",
"description": "Website design for the University of Alabama at Birmingham's Department of Information Technology",
"license": "MPL-2.0",
"private": true,
"scripts": {
"js:concat": "concat -o dist/it_group.js src/js/interactive-cards.js src/js/vendor/sidebar.js src/js/vendor/toc.js src/js/twitter-timeline.js src/js/google-sheet.js src/js/search-list.js src/js/vendor/lazy-load.js src/js/vendor/enllax.js",
"css:dev": "sass --load-path=node_modules --no-source-map --style=expanded src/scss/it_group.scss build/it_group.css",
"css:prod": "sass --load-path=node_modules --no-source-map --style=compressed src/scss/it_group.scss dist/it_group-min.css",
"build": "npm run css:prod && npm run js:concat",
"docs:dev": "vuepress dev docs-src",
"docs:build": "vuepress build docs-src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UAB-IT/website-design.git"
},
"homepage": "https://github.com/UAB-IT/website-design#readme",
"devDependencies": {
"concat": "^1.0.3",
"sass": "^1.26.10"
},
"dependencies": {
"vuepress": "^1.9.7"
}
}