-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.52 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "drupal-8-govau-uikit-theme",
"version": "1.0.0",
"description": "Govau uikit drupal 8 theme",
"main": "index.js",
"dependencies": {
"@gov.au/accordion": "latest",
"@gov.au/animate": "latest",
"@gov.au/body": "latest",
"@gov.au/breadcrumbs": "latest",
"@gov.au/buttons": "latest",
"@gov.au/callout": "latest",
"@gov.au/control-input": "latest",
"@gov.au/core": "latest",
"@gov.au/cta-link": "latest",
"@gov.au/direction-links": "latest",
"@gov.au/footer": "latest",
"@gov.au/grid-12": "latest",
"@gov.au/header": "latest",
"@gov.au/headings": "latest",
"@gov.au/inpage-nav": "latest",
"@gov.au/keyword-list": "latest",
"@gov.au/link-list": "latest",
"@gov.au/page-alerts": "latest",
"@gov.au/progress-indicator": "latest",
"@gov.au/responsive-media": "latest",
"@gov.au/select": "latest",
"@gov.au/skip-link": "latest",
"@gov.au/tags": "latest",
"@gov.au/text-inputs": "latest",
"browser-sync": "^2.18.13",
"es6-promise": "^4.1.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-beautify": "^2.0.1",
"gulp-imagemin": "^3.4.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.0.0",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.6.3",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"jshint-stylish": "^2.2.1",
"sc5-styleguide": "^2.0.4"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.4",
"jshint": "^2.9.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://iijiang@github.com/iijiang/drupal-8-govau-uikit-theme.git"
},
"keywords": [
"drupal",
"theme"
],
"author": "Yi Jiang",
"license": "ISC",
"bugs": {
"url": "https://github.com/iijiang/drupal-8-govau-uikit-theme/issues"
},
"homepage": "https://github.com/iijiang/drupal-8-govau-uikit-theme#readme",
"pancake": {
"auto-save": true,
"plugins": true,
"ignore": [],
"css": {
"minified": true,
"modules": false,
"browsers": [
"last 2 versions",
"ie 8",
"ie 9",
"ie 10"
],
"location": "pancake/css/",
"name": "pancake.min.css"
},
"sass": {
"modules": false,
"location": "pancake/sass/",
"name": "pancake.scss"
},
"js": {
"minified": true,
"modules": false,
"location": "pancake/js/",
"name": "pancake.min.js"
},
"react": {
"location": "pancake/react/"
}
}
}