forked from uscensusbureau/the-opportunity-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
152 lines (152 loc) · 4.81 KB
/
package.json
File metadata and controls
152 lines (152 loc) · 4.81 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
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
{
"name": "the-opportunity-project-site",
"private": true,
"homepage": "https://github.com/uscensusbureau/the-opportunity-project",
"bugs": {
"url": "https://github.com/uscensusbureau/the-opportunity-project/issues"
},
"license": "SEE LICENSE IN LICENSE.md",
"author": "COIL",
"contributors": [
"Sam Potasznik <sam.potasznik.census@gmail.com>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/uscensusbureau/the-opportunity-project"
},
"scripts": {
"airtable": "(./scripts/airtable.sh)",
"axe": "node config/run-axe.js",
"build": "gulp build && bundle exec jekyll build",
"test-airtable": "npm run airtable && bundle exec jekyll build && npm run proof-external",
"build-css": "gulp build-sass",
"build-css-components": "gulp build-sass-components",
"build-css-custom": "gulp build-sass-custom",
"build-css-dev": "gulp build-sass-dev",
"build-css-fonts": "gulp build-sass-fonts",
"build-css-layout-grid": "gulp build-sass-layout-grid",
"build-css-utilities": "gulp build-sass-utilities",
"build-fonts": "gulp fonts",
"build-img": "gulp images",
"build-js": "gulp javascript",
"check-contrast": "node ./utils/check-contrast.js",
"clean": "gulp clean-assets",
"crawl": "node config/crawl.js",
"critical": "node config/critical-css.js",
"cypress": "npx cypress open",
"federalist": "JEKYLL_ENV=production npx gulp build",
"html-proofer": "htmlproofer --allow_hash_href --assume_extension --disable_external --file-ignore ./_site/components/index.html ./_site",
"html-proofer:external": "htmlproofer --allow_hash_href --assume_extension --only_4xx --file-ignore ./_site/components/index.html ./_site",
"lint": "npx standard",
"pa11y-ci": "pa11y-ci --config pa11y.json",
"pa11y-ci:sitemap": "pa11y-ci --sitemap http://localhost:4000/sitemap.xml --sitemap-exclude \"/*.pdf\"",
"prestart": "gulp build",
"serve": "bundle exec jekyll serve --drafts --future --incremental --livereload",
"start": "bundle exec jekyll serve --drafts --future",
"start-detached": "bundle exec jekyll serve --detach",
"standard": "npx standard",
"test": "npm run axe && npm run crawl && bundle exec rspec && npm run lint && htmlproofer --allow_hash_href --assume_extension --file-ignore ./_site/components/index.html --only_4xx ./_site",
"watch": "NODE_ENV=development nswatch",
"watch-js": "NODE_ENV=development nswatch './js/**/*.js' --script build-js"
},
"dependencies": {
"ansi-colors": "^4.1.1",
"autoprefixer": "^10.3.6",
"browserify": "^17.0.0",
"del": "^6.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clone": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"ini": ">=1.3.6",
"jquery": "^3.6.0",
"node-notifier": "^10.0.0",
"postcss-csso": "^5.0.1",
"sass": "^1.42.1",
"uglify-es": "^3.3.9",
"uswds": "^2.12.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"airtable": "^0.11.1",
"axe-core": "^4.3.3",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"chroma-js": "^2.1.2",
"chrome-launcher": "^0.14.0",
"chrome-remote-interface": "^0.31.0",
"colors": "^1.3.2",
"critical": "^4.0.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"express": "^4.17.1",
"highlight.js": "^11.2.0",
"json-format": "^1.0.1",
"merge-stream": "^2.0.0",
"minimist": "^1.2.3",
"node-sass": "^6.0.1",
"nswatch": "^0.2.0",
"pa11y-ci": "^2.4.2",
"simplecrawler": "^1.1.9",
"slugify": "^1.6.0",
"standard": "^16.0.3",
"write-yaml": "^1.0.0",
"yamljs": "^0.3.0"
},
"watch": {
"./css/settings/**/*.scss": [
"build-css-dev"
],
"./css/uswds-components.scss": [
"build-css-components"
],
"./css/uswds-custom.scss": [
"build-css-custom"
],
"./css/*.scss": [
"build-css-custom"
],
"./css/uswds-fonts.scss": [
"build-css-fonts"
],
"./css/uswds-utilities.scss": [
"build-css-utilities"
],
"./img": [
"build-img"
],
"./js/**/*.js": [
"standard",
"build-js"
],
"./node_modules/uswds/src/stylesheets": [
"build-css-dev"
],
"./node_modules/uswds/src/fonts": [
"build-fonts"
],
"./node_modules/uswds/src/img": [
"build-img"
],
"./node_modules/uswds/src/js": [
"build-js"
]
},
"standard": {
"ignore": [
"/utils/check-contrast.js"
]
}
}