-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
92 lines (92 loc) · 3.04 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
{
"name": "giving-to-stanford",
"private": true,
"description": "Giving to Stanford",
"version": "4.2.2",
"author": "Stanford University Office of Development",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"algoliasearch": "^4.8.6",
"classnames": "^2.3.2",
"fuse.js": "^6.5.3",
"gatsby": "^4.24.8",
"gatsby-plugin-algolia": "^0.26.0",
"gatsby-plugin-google-tagmanager": "^4.3.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-netlify": "^4.1.0",
"gatsby-plugin-postcss": "^5.24.0",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-robots-txt": "^1.6.14",
"gatsby-plugin-sass": "^5.24.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-sitemap": "^5.24.0",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-source-storyblok": "^4.2.1",
"gatsby-transformer-json": "^4.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"netlify-plugin-contextual-env": "^0.3.0",
"netlify-plugin-submit-sitemap": "^0.4.0",
"netlify-plugin-vault-variables": "^2.0.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"query-string": "^7.1.3",
"react": "^17.0.2",
"react-autosuggest": "^10.1.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-id-generator": "^3.0.2",
"react-instantsearch-dom": "^6.11.0",
"react-player": "^2.11.2",
"react-slick": "^0.29.0",
"react-spinners": "^0.11.0",
"react-table": "^7.7.0",
"sa11y": "^3.2.1",
"sanitize-html": "^2.7.3",
"slick-carousel": "^1.8.1",
"storyblok-js-client": "^4.1.6",
"storyblok-react": "^0.1.2",
"tabbable": "^5.2.1",
"trim": "^1.0.1"
},
"devDependencies": {
"decanter": "^6.2.19",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.2.1",
"local-ssl-proxy": "^1.3.0",
"node-vault": "^0.9.22",
"postcss": "^8.4.31",
"prettier": "2.3.2",
"react-refresh": "^0.13.0",
"toml": "^3.0.0"
},
"keywords": [
"Stanford"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"vault": "netlify-plugin-vault-variables",
"vault:local": "NODE_ENV=development netlify-plugin-vault-variables",
"lint": "NODE_ENV=test eslint \"./src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "NODE_ENV=test eslint \"./src/**/*.{js,jsx,ts,tsx}\" --fix",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"https-proxy-start": "local-ssl-proxy --source 3010 --target 8000 --cert ./dev/localhost.pem --key ./dev/localhost-key.pem",
"hps": "local-ssl-proxy --cert ./dev/localhost.pem --key ./dev/localhost-key.pem"
},
"repository": {
"type": "git",
"url": "https://github.com/SU-SWS/ood_giving_site"
},
"bugs": {
"url": "https://github.com/SU-SWS/ood_giving_site/issues"
},
"optionalDependencies": {
"netlify-cli": "^15.9.1"
}
}