forked from wet-boew/GCWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.01 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.01 KB
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
{
"name": "GCWeb",
"version": "19.0.0",
"description": "Web Experience Toolkit (WET): Canada.ca Theme Reorg",
"main": "index.html",
"scripts": {
"post": "grunt",
"jekyll": "bundle exec jekyll serve --config _config.yml,_localJekyll.yml --incremental"
},
"repository": {
"type": "git",
"url": "https://github.com/wet-boew/GCWeb.git"
},
"license": "MIT",
"dependencies": {
"bootstrap-sass": "3.4.3",
"wet-boew": "github:wet-boew/wet-boew#v4.0.95.1"
},
"peerDependencies": {
"@cdssnc/gcds-components": "1.0.0"
},
"io.github.wet-boew": {
"gcdsSriJs": "sha384-QHV+zvCrAiITDds95HYvkDrBJOUItYeeo4FNEq/cSxJDIrDbIRnwc3brrTxv8Oi6",
"gcdsSriCss": "sha384-lRbhe4rCI9asFFK+Bho5e2mck4JXt3I08f6WNGpgZ1mRqT3P11QErcxIeLIRhWOa",
"gcdsPiloting": [ "gcds-card", "gcds-grid > gcds-card" ]
},
"peerDependenciesMeta": {
"@cdssnc/gcds-components": {
"optional": true
}
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
"ie > 10"
],
"devDependencies": {
"@double-great/stylelint-a11y": "^3.4.4",
"@lodder/grunt-postcss": "^3.0.1",
"autoprefixer": "^10.4.27",
"coffeescript": "^2.7.0",
"eslint": "^10.0.2",
"eslint-config-jquery": "^3.0.2",
"globals": "^17.3.0",
"grunt": "^1.6.1",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^26.0.0",
"grunt-html": "^18.0.2",
"grunt-jsonlint": "^3.0.0",
"grunt-lintspaces": "^0.12.0",
"grunt-markdownlint": "^3.1.6",
"grunt-sass": "^4.1.0",
"grunt-sri": "^0.2.0",
"grunt-stylelint": "^0.20.1",
"js-yaml": "^4.1.1",
"load-grunt-tasks": "^5.1.0",
"postcss": "^8.5.6",
"sass": "^1.97.3",
"stylelint": "^16.26.1",
"stylelint-config-standard-scss": "^16.0.0",
"stylelint-order": "^7.0.1",
"time-grunt": "^2.0.0"
}
}