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
54 lines (54 loc) · 1.44 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.44 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
{
"name": "GCWeb",
"version": "16.6.1",
"description": "Web Experience Toolkit (WET): Canada.ca Theme Reorg",
"main": "index.html",
"scripts": {
"post": "grunt"
},
"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.88"
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
"ie > 10"
],
"devDependencies": {
"@double-great/stylelint-a11y": "^3.0.4",
"@lodder/grunt-postcss": "^3.0.1",
"autoprefixer": "^10.4.20",
"coffeescript": "^2.7.0",
"eslint-config-jquery": "^3.0.2",
"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": "^23.0.0",
"grunt-html": "^17.1.0",
"grunt-jsonlint": "^3.0.0",
"grunt-lintspaces": "^0.12.0",
"grunt-markdownlint": "^3.1.6",
"grunt-sass": "^4.0.0",
"grunt-sri": "^0.2.0",
"grunt-stylelint": "^0.20.1",
"js-yaml": "^4.1.0",
"load-grunt-tasks": "^5.1.0",
"postcss": "^8.4.47",
"sass": "^1.89.0",
"stylelint": "^16.19.1",
"stylelint-config-standard-scss": "^15.0.1",
"stylelint-order": "^7.0.0",
"time-grunt": "^2.0.0"
}
}