forked from rysolv/rysolv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
212 lines (212 loc) · 7.63 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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
{
"name": "rysolv",
"version": "0.0.1",
"description": "Find jobs that match your skills.",
"repository": {
"type": "git",
"url": "git://github.com/rysolv/rysolv.git"
},
"engines": {
"npm": ">=5",
"node": "12.0.0"
},
"author": "Anna P, Tyler M",
"license": "AGPL-3.0-or-later",
"scripts": {
"analyze:clean": "rimraf stats.json",
"analyze": "node ./internals/scripts/analyze.js",
"build:clean": "rimraf ./build",
"build": "cross-env NODE_ENV=production RECAPTCHA_SITE_KEY=6LfwuOoUAAAAAJzJ1Bh0v4yrbz-A6kvABz6DgcGl webpack --config internals/webpack/webpack.prod.babel.js --color -p --progress --hide-modules --display-optimization-bailout",
"clean:all": "npm run analyze:clean && npm run test:clean && npm run build:clean",
"clean": "shjs ./internals/scripts/clean.js",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"extract-intl": "node ./internals/scripts/extract-intl.js",
"generate": "plop --plopfile internals/generators/index.js",
"generateQuestions": "cross-env NODE_ENV=local node ./server/db/scripts generateQuestions",
"generateQuestions:dev": "cross-env NODE_ENV=development node ./server/db/scripts generateQuestions",
"generateQuestions:prod": "cross-env NODE_ENV=production node ./server/db/scripts generateQuestions",
"generateTechnologies": "cross-env NODE_ENV=local node ./server/db/scripts generateTechnologies",
"generateTechnologies:dev": "cross-env NODE_ENV=development node ./server/db/scripts generateTechnologies",
"generateTechnologies:prod": "cross-env NODE_ENV=production node ./server/db/scripts generateTechnologies",
"lint:css": "stylelint app/**/*.js",
"lint:eslint:fix": "eslint --ignore-path .eslintignore --ignore-pattern internals/scripts --fix",
"lint:eslint": "eslint --ignore-path .eslintignore --ignore-pattern internals/scripts",
"lint:js": "npm run lint:eslint -- . ",
"lint:staged": "lint-staged",
"lint": "npm run lint:js && npm run lint:css",
"npmcheckversion": "node ./internals/scripts/npmcheckversion.js",
"preanalyze": "npm run analyze:clean",
"prebuild": "npm run build:clean",
"preinstall": "npm run npmcheckversion",
"presetup": "npm i chalk shelljs",
"pretest": "npm run test:clean && npm run lint",
"prettify": "prettier --write",
"seed": "db-migrate reset --env local && cross-env NODE_ENV=local node ./server/db/seed seed",
"seed:dev": "db-migrate reset --env dev && cross-env NODE_ENV=development node ./server/db/seed seed",
"setup": "node ./internals/scripts/setup.js",
"start:dev": "cross-env NODE_ENV=development node server",
"start:prod": "cross-env NODE_ENV=production node server",
"start:production": "npm run test && npm run build && npm run start:prod",
"start": "cross-env NODE_ENV=local node server",
"test:clean": "rimraf ./coverage",
"test:watch": "cross-env NODE_ENV=test jest --watchAll",
"test": "cross-env NODE_ENV=test jest --coverage"
},
"browserslist": [
"last 2 versions",
"> 1%",
"IE 10"
],
"lint-staged": {
"*.js": [
"npm run lint:eslint:fix",
"git add --force"
],
"*.json": [
"prettier --write",
"git add --force"
]
},
"pre-commit": "lint:staged",
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"dependencies": {
"@babel/polyfill": "7.4.3",
"@material-ui/core": "4.11.3",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.47",
"@octokit/auth-token": "2.4.2",
"@octokit/rest": "18.0.0",
"@sentry/node": "5.26.0",
"@stripe/react-stripe-js": "1.1.2",
"@stripe/stripe-js": "1.8.0",
"amazon-cognito-identity-js": "4.5.4",
"aws-sdk": "2.1046.0",
"chalk": "2.4.2",
"chart.js": "^3.7.0",
"cognito-express": "2.0.18",
"compression": "1.7.4",
"connected-react-router": "6.4.0",
"cookie-parser": "1.4.5",
"cross-env": "5.2.0",
"db-migrate-pg": "1.2.2",
"dompurify": "2.2.6",
"dotenv": "8.2.0",
"express": "4.16.4",
"express-graphql": "0.9.0",
"express-rate-limit": "5.3.0",
"graphql": "14.6.0",
"history": "4.9.0",
"hoist-non-react-statics": "3.3.0",
"identicon.js": "2.3.3",
"immer": "8.0.1",
"intl": "1.2.5",
"invariant": "2.2.4",
"ip": "1.1.5",
"jimp": "0.16.1",
"jsonwebtoken": "8.5.1",
"jss": "10.1.1",
"lodash": "4.17.21",
"marked": "0.8.2",
"minimist": "1.2.5",
"moment": "2.24.0",
"node-fetch": "2.6.1",
"pg": "8.3.2",
"plaid": "9.9.0",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-async-script-loader": "0.3.0",
"react-dnd": "7.7.0",
"react-dnd-html5-backend": "7.7.0",
"react-dom": "16.8.6",
"react-google-autocomplete": "2.4.3",
"react-google-recaptcha": "2.0.1",
"react-helmet": "6.1.0",
"react-intl": "2.8.0",
"react-loadable": "5.5.0",
"react-plaid-link": "3.2.1",
"react-redux": "7.0.2",
"react-router-dom": "5.2.0",
"redux": "4.0.1",
"redux-saga": "1.0.2",
"reselect": "4.0.0",
"sanitize.css": "8.0.0",
"simplemde": "1.11.2",
"stripe": "8.81.0",
"styled-components": "4.2.0",
"uuid": "7.0.2"
},
"devDependencies": {
"@babel/cli": "7.4.3",
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-modules-commonjs": "7.4.3",
"@babel/plugin-transform-react-constant-elements": "7.2.0",
"@babel/plugin-transform-react-inline-elements": "7.2.0",
"@babel/preset-env": "7.4.3",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.4.0",
"add-asset-html-webpack-plugin": "3.1.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"babel-plugin-dynamic-import-node": "2.2.0",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-react-intl": "3.0.1",
"babel-plugin-styled-components": "1.10.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"circular-dependency-plugin": "5.0.2",
"compare-versions": "3.4.0",
"compression-webpack-plugin": "2.0.0",
"coveralls": "3.0.3",
"css-loader": "2.1.1",
"db-migrate": "0.11.12",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "4.1.0",
"eslint-import-resolver-webpack": "0.11.1",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-react-hooks": "1.6.0",
"eslint-plugin-redux-saga": "1.0.0",
"file-loader": "3.0.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"image-webpack-loader": "4.6.0",
"imports-loader": "0.8.0",
"jest-cli": "24.7.1",
"jest-dom": "3.1.3",
"jest-styled-components": "6.3.1",
"lint-staged": "8.1.5",
"make-runnable": "1.3.8",
"node-plop": "0.18.0",
"offline-plugin": "5.0.6",
"plop": "2.3.0",
"pre-commit": "1.2.2",
"prettier": "1.17.0",
"react-app-polyfill": "0.2.2",
"react-test-renderer": "16.8.6",
"react-testing-library": "6.1.2",
"rimraf": "2.6.3",
"shelljs": "0.8.3",
"style-loader": "0.23.1",
"stylelint": "10.0.1",
"stylelint-config-recommended": "2.2.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.6.0",
"svg-url-loader": "2.3.2",
"terser-webpack-plugin": "1.2.3",
"url-loader": "1.1.2",
"webpack": "4.30.0",
"webpack-cli": "3.3.12",
"webpack-dev-middleware": "3.6.2",
"webpack-hot-middleware": "2.24.3",
"webpack-pwa-manifest": "4.3.0",
"whatwg-fetch": "3.0.0"
}
}