-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.75 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
{
"name": "web-style-guide",
"homepage": "https://github.com/reelyactive/web-style-guide/",
"author": {
"name": "reelyActive",
"email": "[email protected]"
},
"description": "reelyActive's Web Style Guide based on Bootstrap 5. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"web style guide"
],
"version": "1.3.3",
"engines": {
"node": ">=10.0.0"
},
"main": "./js/bootstrappyactive.js",
"scripts": {
"css": "npm-run-all css-compile css-minify",
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css scss/:style/",
"css-minify": "cleancss --format breakWith=lf --source-map --source-map-inline-sources --output style/bootstrappyactive.min.css style/bootstrappyactive.css",
"fa": "webpack --mode=production",
"js": "cp node_modules/bootstrap/dist/js/bootstrap.bundle.min.js js/bootstrappyactive.bundle.min.js && cp node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map js/bootstrappyactive.bundle.min.js.map && cp node_modules/cytoscape/dist/cytoscape.min.js js/cytoscape.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/web-style-guide.git"
},
"dependencies": {},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"bootstrap": "~5.3.3",
"clean-css-cli": "^5.6.1",
"cytoscape": "^3.30.2",
"npm-run-all": "^4.1.5",
"sass": "^1.69.5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"bugs": {
"url": "https://github.com/reelyactive/web-style-guide/issues"
},
"contributors": [
{
"name": "Jeffrey Dungen"
}
],
"license": "MIT"
}