-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1020 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
34
35
36
37
38
{
"name": "vizhub-ui",
"version": "3.23.0",
"description": "Custom Bootstrap build for VizHub",
"main": "src/index.js",
"files": [
"dist"
],
"scripts": {
"dev": "http-server",
"minify": "cleancss -o dist/vizhub-ui.min.css dist/vizhub-ui.css",
"build": "sass scss/vizhub-ui.scss dist/vizhub-ui.css",
"prettier": "prettier {*.*,**/*.*} --single-quote --write",
"prepublishOnly": "npm run build && npm run minify",
"ncu": "ncu -u"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vizhub-open-core/vizhub-ui.git"
},
"keywords": [
"UI"
],
"author": "Curran Kelleher",
"license": "MIT",
"bugs": {
"url": "https://github.com/vizhub-open-core/vizhub-ui/issues"
},
"homepage": "https://github.com/vizhub-open-core/vizhub-ui#readme",
"devDependencies": {
"bootstrap": "5.3.3",
"clean-css-cli": "^5.6.3",
"http-server": "^14.1.1",
"npm-check-updates": "^16.14.20",
"prettier": "^3.2.5",
"sass": "^1.76.0"
}
}