-
Notifications
You must be signed in to change notification settings - Fork 130
/
package.json
64 lines (64 loc) · 1.81 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
64
{
"name": "GCWeb",
"version": "15.8.0",
"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.1",
"wet-boew": "github:wet-boew/wet-boew#v4.0.82"
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
"ie > 10"
],
"devDependencies": {
"@lodder/grunt-postcss": "^3.0.1",
"assemble-contrib-i18n": "0.1.*",
"autoprefixer": "^10.2.5",
"coffeescript": "^2.5.1",
"eslint-config-jquery": "^3.0.0",
"expect.js": "^0.3.1",
"grunt": "^1.6.1",
"grunt-assemble": "~0.6.3",
"grunt-banner": "^0.6.0",
"grunt-bootlint": "^1.1.0",
"grunt-check-dependencies": "^1.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "~2.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-cssmin-ie8-clean": "0.0.1",
"grunt-eslint": "^23.0.0",
"grunt-gh-pages": "^4.0.0",
"grunt-html": "^14.4.0",
"grunt-i18n-csv": "^0.1.0",
"grunt-jsonlint": "^2.1.3",
"grunt-lintspaces": "^0.9.0",
"grunt-markdownlint": "^3.1.2",
"grunt-sass": "^3.1.0",
"grunt-sass-lint": "^0.2.4",
"grunt-spritesmith": "^6.8.0",
"grunt-sri": "^0.2.0",
"grunt-string-replace": "^1.3.1",
"grunt-wget": "git+https://github.com/wet-boew/grunt-wget#v0.1.4",
"js-yaml": "^4.1.0",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^9.0.0",
"postcss": "^8.4.31",
"time-grunt": "^2.0.0"
}
}