forked from bcgov/bootstrap-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.65 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
{
"name": "@bcgov/bootstrap-theme",
"version": "1.1.3",
"description": "Government of British Columbia Bootstrap v4 theme",
"style": "dist/css/bootstrap-theme.min.css",
"main": "dist/js/bootstrap-theme.min.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:bcgov/bootstrap-theme.git"
},
"bugs": {
"url": "https://github.com/bcgov/bootstrap-theme/issues"
},
"files": [
"dist"
],
"scripts": {
"build": "cross-env NODE_ENV=production webpack -p --display-error-details",
"docs-compile": "bundle exec jekyll build",
"docs-serve": "bundle exec jekyll serve",
"lint": "sass-lint -v",
"watch": "cross-env NODE_ENV=development webpack --progress --colors --watch"
},
"contributors": [
{
"name": "Greg Turner"
},
{
"name": "Andrew Whitehead",
"email": "andrew@1crm.com"
}
],
"license": "Apache-2.0",
"dependencies": {},
"peerDependencies": {
"bootstrap": "~4.3.1"
},
"devDependencies": {
"autoprefixer": "^7.2.0",
"bootstrap": "^4.3.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^5.2.0",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"fibers": "^3.1.0",
"file-loader": "^4.2.0",
"js-yaml": "~3.13.1",
"lodash": "~4.17.12",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.1",
"postcss-import": "^12.0.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"resolve-url-loader": "^3.1.0",
"sass": "^1.3.0",
"sass-lint": "^1.13.1",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"webpack": "^4.36.0",
"webpack-cli": "^3.3.9"
}
}