forked from bcgov/bootstrap-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "@bcgov/bootstrap-theme",
"version": "1.0.0",
"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://[email protected]: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": "[email protected]"
}
],
"license": "Apache-2.0",
"dependencies": {},
"peerDependencies": {
"bootstrap": "~4.3.1"
},
"devDependencies": {
"autoprefixer": "^7.2.0",
"bootstrap": "^4.3.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.11",
"node-sass": "^4.12.0",
"postcss-loader": "^2.1.0",
"precss": "^3.1.0",
"sass-lint": "^1.13.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"webpack": "^3.12.0"
}
}