-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
74 lines (74 loc) · 2.1 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
{
"name": "SME-QA-Website",
"version": "2.3.0",
"description": "Subject Matter Expert Qualification Assessment lessons learned.",
"main": "index.html",
"scripts": {
"axe": "node config/run-axe.js",
"build": "gulp build",
"build:css": "gulp css",
"build:assets": "gulp assets",
"build:dev": "npm run build:css && npm run build:assets",
"build:jekyll": "gulp jekyll",
"dev": "NODE_ENV=dev npm run build:dev && npm run watch",
"crawl": "node config/crawl.js",
"lint": "gulp eslint scss-lint",
"init": "gulp init",
"start": "npm run dev",
"test": "NODE_ENV=dev rake test && npm run axe",
"watch": "bundle exec jekyll serve --watch & gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usds/SME-QA-Website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/usds/SME-QA-Website/issues"
},
"homepage": "https://smeqa.usds.gov/",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"acorn": "^8.0.5",
"autoprefixer": "^10.2.3",
"axe-core": "^4.1.1",
"axios": ">=0.21.1",
"browser-sync": "^2.26.14",
"chalk": "^4.1.0",
"chrome-launcher": "^0.13.4",
"chrome-remote-interface": "^0.29.0",
"express": "^4.17.1",
"glob-parent": "~>5.1.2",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"hosted-git-info": "~>2.8.9",
"jquery": "^3.5.1",
"lodash": "~>4.17.21",
"lodash.template": ">=4.5.0",
"minimist": "^1.2.5",
"normalize.css": "^8.0.1",
"object-path": ">=0.11.5",
"path": "^0.12.7",
"postcss": "~>8.2.10",
"postcss-csso": "^5.0.0",
"postcss-discard-comments": "^4.0.2",
"run-sequence": "^2.2.1",
"sass": "^1.32.5",
"socket.io": ">=2.4.0",
"tar": "^6.1.0",
"trim-newlines": "~>3.0.1",
"ua-parser-js": "~>0.7.24",
"uswds": "^2.10.0",
"ws": "~>7.4.6",
"xmlhttprequest-ssl": "~>1.6.2",
"y18n": "~>3.2.2"
},
"dependencies": {
"postcss": "^8.2.4"
}
}