This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
174 lines (174 loc) · 5.33 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "designsystem",
"version": "1.0.1",
"description": "The Australian Government Design System website.",
"scripts": {
"docs": "cuttlebelle docs",
"prebuild:pancake": "pancake",
"prebuild": "npm run prebuild:pancake && node src/helper/helper.js components",
"build:site": "cuttlebelle",
"build:autoprefix": "postcss src/assets/css/*.css --use autoprefixer --replace",
"build:sass": "mkdirp src/assets/css/ && node-sass src/sass --output-style compressed --output src/assets/css",
"build:sass:dev": "mkdirp src/assets/css/ && node-sass src/sass --output-style compact --source-map true --output src/assets/css/",
"build:css": "npm run build:sass && npm run build:autoprefix",
"build:js-a11y": "concat-cli -f src/js/a11y/*.js -o src/assets/js/a11y.js",
"build:js-header": "concat-cli -f src/js/header/*.js -o src/assets/js/header.js",
"build:js-footer": "concat-cli -f src/js/footer/*.js -o src/assets/js/footer.js",
"build:uglify": "uglifyjs src/assets/js/header.js --compress --output src/assets/js/header.js && uglifyjs src/assets/js/footer.js --compress --output src/assets/js/footer.js",
"build:js": "mkdirp src/assets/js/ && npm run build:js-a11y && npm run build:js-header && npm run build:js-footer && npm run build:uglify",
"build:assets": "npm run build:css && npm run build:js",
"build": "npm run build:assets && npm run build:site",
"watch:sass": "onchange 'src/sass/**/*.scss' -- npm run build:sass:dev && npm run build:autoprefix",
"watch:js": "onchange 'src/js/**/*.js' -- npm run build:js",
"watch:site": "cuttlebelle -w -n",
"watch": "npm run build && npm run watch:sass | npm run watch:js | npm run watch:site",
"start:local": "node server/index.js local",
"start:staging": "node server/index.js staging",
"start": "node server/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/govau/design-system-site"
},
"author": {
"name": "Australian Government - Digital Transformation Agency",
"email": "[email protected]",
"url": "https://www.dta.gov.au/"
},
"homepage": "https://github.com/govau/design-system-site",
"contributors": [
{
"name": "Dominik Wilkowski",
"email": "[email protected]",
"url": "https://dominik-wilkowski.com/"
},
{
"name": "Alex Page",
"email": "[email protected]",
"url": "http://alexpage.com.au"
},
{
"name": "Trevor Brennan",
"email": "[email protected]",
"url": "http://trevorbrennan.com/"
},
{
"name": "Adam Zerella",
"email": "[email protected]",
"url": "https://adamzerella.com"
},
{
"name": "Sukhraj Ghuman",
"email": "[email protected]",
"url": "https://github.com/sukhrajghuman"
},
{
"name": "Kiri Hoy",
"email": "[email protected]",
"url": "https://github.com/kirihoy"
},
{
"name": "Gordon Grace",
"email": "[email protected]",
"url": "https://github.com/gordongrace"
},
{
"name": "Ross Mullen",
"email": "[email protected]",
"url": "https://github.com/rossmullen"
}
],
"license": "MIT",
"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/card": "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/form": "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/main-nav": "latest",
"@gov.au/page-alerts": "latest",
"@gov.au/progress-indicator": "latest",
"@gov.au/responsive-media": "latest",
"@gov.au/searchbox": "latest",
"@gov.au/select": "latest",
"@gov.au/side-nav": "latest",
"@gov.au/skip-link": "latest",
"@gov.au/table": "latest",
"@gov.au/tags": "latest",
"@gov.au/text-inputs": "latest",
"autoprefixer": "^9.4.10",
"cfonts": "^2.4.2",
"concat-cli": "^4.0.0",
"cuttlebelle": "^1.0.0-alpha.67",
"express": "^4.16.4",
"mkdirp": "^0.5.1",
"node-fetch": "^2.6.1",
"node-sass": "^4.13.1",
"numeral": "^2.0.6",
"onchange": "^5.2.0",
"postcss-cli": "^6.1.2",
"slugify": "^1.3.4",
"uglify-js": "^3.4.9"
},
"engines": {
"node": ">=8",
"npm": ">=6"
},
"cuttlebelle": {
"folder": {
"code": "src/layout",
"assets": "src/assets"
},
"site": {
"doctype": "<!DOCTYPE html><!--[if lt IE 8]><html class=\"no-js lt-ie8 lt-ie9\" lang=\"en\"><![endif]--><!--[if IE 8]><html class=\"no-js lt-ie9 ie8\" lang=\"en\"><![endif]--><!--[if IE 9 ]><html class=\"no-js ie9\" lang=\"en\"><![endif]--><!--[if !(IE)]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]-->",
"markdownRenderer": "src/markdown/renderer.js"
}
},
"pancake": {
"auto-save": false,
"plugins": true,
"ignore": [],
"css": {
"modules": false,
"name": false
},
"sass": {
"location": "src/_auds/sass/",
"name": "_auds.scss"
},
"js": {
"modules": false,
"location": "src/js/footer/",
"minified": false,
"name": "000-auds.js"
},
"react": {
"location": "src/_auds/layout/"
},
"json": {
"enable": true,
"location": "src/_auds/",
"name": "auds"
}
},
"browserslist": [
"last 2 versions",
"ie 8",
"ie 9",
"ie 10"
]
}