-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
123 lines (123 loc) · 2.77 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
{
"name": "ausgov",
"description": "Streamlined static site POC for australia.gov.au",
"version": "0.2.4",
"scripts": {
"purge": "rm -rf ./node_modules",
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"precommit": "pretty-quick --staged"
},
"dependencies": {
"@gov.au/accordion": "^3.0.5",
"@gov.au/animate": "^1.0.6",
"@gov.au/body": "^2.0.7",
"@gov.au/buttons": "^3.0.1",
"@gov.au/callout": "^2.0.6",
"@gov.au/core": "^3.0.0",
"@gov.au/footer": "^2.1.3",
"@gov.au/grid-12": "^2.0.5",
"@gov.au/header": "^4.1.1",
"@gov.au/link-list": "^3.0.2",
"@gov.au/main-nav": "latest",
"@gov.au/pancake": "^1.2.3",
"@gov.au/responsive-media": "^2.0.10",
"@gov.au/select": "^2.0.6",
"gatsby": "^1.9.247",
"gatsby-link": "^1.6.40",
"gatsby-plugin-catch-links": "^1.0.24",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-react-helmet": "^2.0.10",
"gatsby-plugin-robots-txt": "^1.0.2",
"gatsby-plugin-sass": "^1.0.26",
"gatsby-plugin-sitemap": "^1.2.25",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.44",
"react-helmet": "^5.2.0"
},
"devDependencies": {
"babel-eslint": "^8.2.4",
"eslint": "^5.0.0",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.49.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.1",
"eslint-plugin-react": "^7.9.1",
"husky": "^0.14.3",
"prettier": "^1.12.0",
"pretty-quick": "^1.6.0"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"author": {
"name": "Commonwealth of Australia, DTA",
"email": "[email protected]",
"url": "https://www.dta.gov.au/"
},
"contributors": [
{
"name": "Adam Zerella",
"email": "[email protected]",
"url": "https://adamzerella.com/"
},
{
"name": "Sukhraj Ghuman",
"email": "[email protected]",
"url": "https://github.com/sukhrajghuman"
},
{
"name": "Brendan Ng",
"email": "[email protected]",
"url": "https://brendan.ng"
}
],
"keywords": [
"australia",
"australia.gov.au",
"ausgov"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/govau/ausgov"
},
"pancake": {
"auto-save": true,
"plugins": true,
"ignore": [
"@gov.au/pancake-react",
"@gov.au/pancake-json"
],
"css": {
"minified": true,
"modules": false,
"browsers": [
"last 2 versions",
"ie 8",
"ie 9",
"ie 10"
],
"location": false,
"name": false
},
"sass": {
"modules": false,
"location": "src/",
"name": "_uikit.scss"
},
"js": {
"minified": true,
"modules": false,
"location": "src/",
"name": "_uikit.min.js"
}
},
"eslintIgnore": [
"pancake/**",
"public/**"
]
}