-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
175 lines (175 loc) · 5.33 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
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "vulcan-meteor-start",
"version": "1.16.1",
"engines": {
"npm": "^3.0"
},
"scripts": {
"prestart": "node .vulcan/prestart_vulcan.js",
"start": "meteor --settings settings.json",
"lint": "eslint --cache --ext .jsx,js packages",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"cypress:headless": "cypress run",
"cypress:gui": "cypress open",
"test": "start-server-and-test start http://localhost:3000 cypress:headless",
"test:gui": "start-server-and-test start http://localhost:3000 cypress:gui"
},
"dependencies": {
"@apollo/client": "^3.2.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/runtime": "^7.9.6",
"@types/react": "^16.9.5",
"analytics-node": "^2.1.1",
"apollo-cache": "^1.3.2",
"apollo-cache-inmemory": "^1.6.3",
"apollo-engine": "^1.1.2",
"apollo-errors": "^1.9.0",
"apollo-link": "^1.2.12",
"apollo-link-error": "^1.1.11",
"apollo-link-http": "^1.5.15",
"apollo-link-schema": "^1.2.3",
"apollo-link-state": "^0.4.2",
"apollo-server": "2.8.2",
"apollo-server-express": "2.8.2",
"apollo-utilities": "^1.3.2",
"babel-runtime": "^6.26.0",
"bcrypt": "^3.0.8",
"body-parser": "^1.18.3",
"body-parser-graphql": "^1.1.0",
"chalk": "2.2.0",
"classnames": "^2.2.3",
"combined-stream2": "^1.1.2",
"compression": "^1.7.2",
"cookie-parser": "^1.4.3",
"cross-fetch": "^0.0.8",
"crypto-js": "^3.1.9-1",
"crypto-random-string": "^3.3.0",
"css-loader": "^2.1.0",
"dataloader": "^1.4.0",
"deepmerge": "^1.2.0",
"dot-object": "^1.7.0",
"escape-string-regexp": "^1.0.5",
"express": "^4.16.4",
"flat": "^4.0.0",
"graphql": "14.4.2",
"graphql-anywhere": "4.1.13",
"graphql-date": "^1.0.3",
"graphql-tag": "^2.9.2",
"graphql-tools": "^4.0.4",
"graphql-type-json": "^0.1.4",
"graphql-voyager": "^1.0.0-rc.26",
"handlebars": "^4.7.7",
"he": "^1.1.1",
"history": "^3.0.0",
"html-to-text": "^2.1.0",
"immutability-helper": "^2.7.0",
"import": "0.0.6",
"intl": "^1.2.4",
"intl-locales-supported": "^1.4.6",
"juice": "^5.1.0",
"lodash": "^4.17.15",
"mailchimp": "^1.1.6",
"marked": "^0.7.0",
"meteor-node-stubs": "^0.4.1",
"mingo": "^2.2.0",
"moment": "^2.13.0",
"moment-timezone": "^0.5.31",
"node-cache": "^5.1.2",
"pluralize": "7.0.0",
"prop-types": "^15.7.2",
"qs": "^6.6.0",
"react": "^16.13.1",
"react-addons-pure-render-mixin": "^15.4.1",
"react-bootstrap": "1.0.1",
"react-bootstrap-datetimepicker": "0.0.22",
"react-bootstrap-typeahead": "^5.0.0-alpha.1",
"react-cookie": "^4.0.3",
"react-datetime": "^2.11.1",
"react-dom": "^16.13.1",
"react-dropzone": "10.1.5",
"react-helmet": "^6.0.0",
"react-intl": "^2.1.3",
"react-loadable": "^4.0.3",
"react-markdown": "^3.1.5",
"react-no-ssr": "^1.1.0",
"react-overlays": "^1.0.0-beta.17",
"react-places-autocomplete": "^5.0.0",
"react-redux": "^5.0.6",
"react-router": "^5.1.2",
"react-router-bootstrap": "0.25.0",
"react-router-dom": "^5.1.2",
"react-router-scroll": "^0.4.4",
"react-select": "^1.2.1",
"react-stripe-checkout": "^2.4.0",
"react-syntax-highlighter": "^6.1.2",
"recompose": "^0.26.0",
"redux": "^3.6.0",
"rss": "^1.2.1",
"sanitize-html": "^2.3.2",
"sass-loader": "^7.1.0",
"simpl-schema": "^1.4.2",
"speakingurl": "^9.0.0",
"storybook-addon-intl": "^2.3.2",
"string-similarity": "^4.0.2",
"stripe": "^4.23.1",
"tracker-component": "^1.3.14",
"underscore": "^1.12.1",
"universal-cookie-express": "^2.1.5",
"url": "^0.11.0"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^4.9.1",
"@storybook/addon-actions": "5.0.8",
"@storybook/addon-knobs": "5.0.8",
"@storybook/addon-links": "5.0.8",
"@storybook/addons": "5.0.1",
"@storybook/react": "5.0.8",
"@storybook/theming": "5.0.8",
"autoprefixer": "^6.3.6",
"autosuggest-highlight": "^3.1.1",
"babel-eslint": "^7.0.0",
"babel-loader": "^8.0.5",
"cypress": "^4.12.1",
"eslint": "^3.10.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-meteor": "0.0.9",
"eslint-import-resolver-meteor": "^0.3.3",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-meteor": "^4.2.1",
"eslint-plugin-react": "^6.7.1",
"mdi-material-ui": "^6.12.0",
"node-sass": "^4.14.0",
"react-autosuggest": "^9.4.3",
"react-isolated-scroll": "^0.1.1",
"react-keyboard-event-handler": "1.3.2",
"scrap-meteor-loader": "0.0.1",
"shelljs": "^0.8.3",
"start-server-and-test": "^1.10.6",
"storybook-react-router": "^1.0.5",
"style-loader": "^0.23.1",
"vulcan-loader": "0.0.1",
"webpack": "4.28.4"
},
"optionalDependencies": {
"fsevents": "^2.1.2"
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
}
}
}