-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 3.07 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
{
"name": "stackbit-azimuth-theme",
"description": "Stackbit Azimuth Theme",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"develop": "lerna bootstrap && (npm run serve-lambda & gatsby develop)",
"start": "lerna bootstrap && npm run develop",
"build": "lerna bootstrap && npm run build-stackbit && npm run build-lambda",
"serve-lambda": "netlify-lambda serve lambda -c ./webpack.functions.js",
"build-lambda": "netlify-lambda build lambda -c ./webpack.functions.js",
"build-stackbit": "./stackbit-build.sh",
"serve": "lerna bootstrap && gatsby serve",
"serve-preview": "NODE_ENV=development gatsby develop --host 0.0.0.0 --p $PORT",
"postinstall": "netlify-lambda install"
},
"dependencies": {
"-": "0.0.1",
"@babel/plugin-transform-react-jsx-source": "^7.9.0",
"@bit/mcb-11561.lei.lookup-form": "file:./components/lookup-form",
"@material-ui/core": "^4.9.8",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.47",
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9",
"@stackbit/gatsby-plugin-menus": "0.0.4",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.3.2",
"@xobotyi/scrollbar-width": "^1.9.5",
"axios": "^0.19.2",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.5.2",
"classnames": "^2.2.6",
"core-js": "^3.6.5",
"country-code-lookup": "0.0.16",
"date-fns": "^2.13.0",
"debounce-promise": "^3.1.2",
"dotenv-flow": "^3.1.0",
"dotenv-flow-webpack": "^1.0.0",
"fs-extra": "^7.0.1",
"gatsby": "^2.29.2",
"gatsby-cli": "^2.12.99",
"gatsby-plugin-mdx": "^1.1.11",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-source-sanity": "^6.0.4",
"gatsby-transformer-remark": "2.3.8",
"idempotent-babel-polyfill": "^7.4.4",
"js-yaml": "^3.13.1",
"lerna": "^3.22.1",
"lodash": "^4.17.19",
"marked": "^0.8.2",
"moment": "^2.23.0",
"moment-strftime": "^0.5.0",
"netlify-lambda": "^1.6.3",
"node-sass": "^4.13.1",
"node-sass-utils": "^1.1.2",
"react": "^16.9",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.9",
"react-helmet": "^5.2.0",
"react-hook-form": "^5.6.3",
"react-html-parser": "^2.0.2",
"react-jotform-embed": "^1.0.4",
"react-query": "^1.5.7",
"react-script-tag": "^1.1.2",
"react-scripts": "^3.4.3",
"react-select": "^3.0.8",
"react-stripe-elements": "^6.1.2",
"react-stripe-modal": "^1.1.0",
"react-use": "^14.1.1",
"rehype-react": "^3.0.2",
"save-dev": "0.0.1-security",
"sprintf-js": "^1.1.2",
"stripe": "^8.29.0",
"us-state-codes": "^1.1.2"
},
"devDependencies": {
"@sendgrid/mail": "^7.1.1",
"bit-bin": "^14.8.8",
"faunadb": "^2.14.2",
"frisbee": "^3.1.3",
"http-proxy-middleware": "^1.0.4",
"node-fetch": "^2.6.1",
"opencorporates": "^3.0.3",
"unfetch": "^4.1.0"
},
"bit": {
"env": {
"compiler": "bit.envs/compilers/react@1.0.20"
},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "npm"
}
}