-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
59 lines (59 loc) · 1.62 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
{
"name": "brooklynrail-platform",
"description": "",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/brooklynrail/brooklynrail-platform.git"
},
"author": "Jeremy Zilar",
"license": "ISC",
"bugs": {
"url": "https://github.com/brooklynrail/brooklynrail-platform/issues"
},
"homepage": "https://github.com/brooklynrail/brooklynrail-platform#readme",
"private": true,
"engines": {
"npm": "6.14.13",
"node": "14.17.0"
},
"main": "gulpfile.js",
"scripts": {
"build": "hugo",
"local-build": "hugo serve",
"workflow": "LOG_LEVEL=debug npx netlify-cms-proxy-server",
"netlify": "netlify-lambda && hugo --gc",
"start": "npm-run-all --parallel workflow local-build",
"test:pa11y": "pa11y-ci --config .pa11yci"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@octokit/core": "^3.2.1",
"@octokit/plugin-request-log": "^1.0.2",
"airtable": "0.11.1",
"js-yaml": "4.1.0",
"mysql": "^2.18.1",
"netlify": "11.0.1",
"netlify-cms": "2.10.192",
"netlify-cms-lib-widgets": "1.8.1",
"netlify-cms-proxy-server": "^1.3.24",
"netlify-cms-widget-relation": "^2.11.1",
"netlify-lambda": "2.0.15",
"netlify-lm-plugin": "1.0.0",
"netlify-plugin-cache": "1.0.3",
"react": "^16.14.0",
"redux": "^4.0.5",
"seamless-immutable": "^7.1.4",
"stripe": "8.191.0",
"striptags": "^3.2.0"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"gulp": "^4.0.2",
"i": "^0.3.6",
"netlify-cli": "9.16.6",
"npm": "8.7.0",
"npm-run-all": "4.1.5",
"uswds": "^2.10.0"
}
}