-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.99 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@blossomfinance/bootstrap-theme",
"version": "0.18.2",
"description": "Blossom base branded theme for Bootstrap 4",
"main": "index.js",
"srcDir": "scss",
"srcFile": "custom.scss",
"destDir": "styleguide",
"destFile": "all.css",
"destCleanFile": "all.clean.css",
"scripts": {
"app:demo": "npm run build && APP=demo node bin/start.js",
"app:styleguide": "APP=styleguide node bin/start.js",
"start": "node bin/start.js",
"build": "node bin/build.js",
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/blossomfinance/bootstrap-theme.git"
},
"keywords": [
"Bootstrap",
"Bootstrap 4",
"theme",
"style",
"scss"
],
"author": "Matthew J. Martin <matthew@blossomfinance.com>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/blossomfinance/bootstrap-theme/issues"
},
"homepage": "https://github.com/blossomfinance/bootstrap-theme#readme",
"dependencies": {
"@blossomfinance/svg-webfont-icons": "git+https://github.com/blossomfinance/svg-webfont-icons.git",
"@fortawesome/fontawesome-free": "^5.13.0",
"@popperjs/core": "^2.5.3",
"bootstrap": "^4.4.1"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"eslint-plugin-es-beautifier": "^1.0.1",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"fontello-cli": "^0.5.0",
"handlebars": "^3.0.8",
"handlebars-layouts": "^3.1.4",
"livingcss": "git+https://github.com/matmar10/livingcss.git#unmerged-issues",
"node-sass": "^4.13.1",
"release-it": "^13.5.7",
"strip-css-comments": "^4.1.0"
},
"release-it": {
"ci": true,
"git": {
"commit": true,
"push": true,
"requireCleanWorkingDir": false,
"tag": true
},
"github": {
"release": true
},
"hooks": {
"before:init": [
"npm run build"
]
},
"npm": {
"publish": false
}
}
}