-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
128 lines (128 loc) · 3.85 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
{
"name": "fee-fi-fo-fum",
"version": "1.0.0",
"description": "Fee Fi Fo Fum",
"main": "src/index.js",
"engines": {
"node": "18.17.1",
"npm": "9.6.7"
},
"scripts": {
"start": "node dist/build/bundle.js",
"build": "NODE_ENV=production npm-run-all --parallel build:*",
"build:client": "webpack --config webpack.client.js --mode=production",
"build:css": "node-sass src/client/scss/styles.scss --output-style compressed -o dist/public",
"build:server": "webpack --config webpack.server.js --mode=production",
"dev": "npm-run-all --parallel dev:*",
"dev:css": "node-sass src/client/scss/styles.scss -o dist/public",
"dev:server": "nodemon --watch dist/build --exec node dist/build/bundle.js",
"dev:build-server": "webpack --config webpack.server.js --watch --mode=development",
"dev:build-client": "webpack --config webpack.client.js --watch --mode=development"
},
"author": "",
"license": "ISC",
"dependencies": {
"@airbrake/browser": "^1.4.0",
"@airbrake/node": "^1.4.0",
"@babel/polyfill": "^7.10.4",
"@google-cloud/storage": "^5.1.2",
"@loadable/babel-plugin": "^5.13.0",
"@loadable/component": "^5.13.1",
"@loadable/server": "^5.13.1",
"assert": "^2.0.0",
"axios": "^0.21.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"braces": "^2.3.2",
"canvas": "^2.8.0",
"color": "^3.1.2",
"compression": "^1.7.4",
"cookie-session": "^2.0.0-rc.1",
"date-easter": "^0.2.5",
"datejs": "^1.0.0-rc3",
"deep-object-diff": "^1.1.0",
"detect-browser": "^4.8.0",
"draft-js": "^0.11.7",
"es6-promise": "^4.2.8",
"express": "^4.17.1",
"express-useragent": "^1.0.15",
"formik": "^2.2.0",
"google-maps-react": "^2.0.6",
"https": "^1.0.0",
"ics": "^2.22.1",
"immutable": "3.8.2",
"lodash": "^4.17.21",
"megadraft": "^0.7.5",
"mongoose": "^5.12.14",
"multer": "^1.4.2",
"node-cache": "^5.1.2",
"node-core-lib": "^0.11.11",
"node-html-parser": "^1.4.3",
"node-sass": "^9.0.0",
"node-schedule": "^1.3.2",
"oauth": "^0.9.15",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-facebook": "^6.0.15",
"react-ga": "^2.7.0",
"react-helmet": "^6.0.0-beta.2",
"react-new-window": "^0.1.2",
"react-redux": "^6.0.1",
"react-router": "^5.2.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0",
"react-share": "^2.4.0",
"react-toastify": "^5.5.0",
"react-tweet-embed": "^1.2.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"serialize-javascript": "^4.0.0",
"sharp": "^0.33.4",
"source-map-support": "^0.5.19",
"svg2img": "^0.9.2",
"twitter-api-v2": "^1.15.2",
"uuid": "^3.4.0",
"yup": "^0.32.9"
},
"resolutions": {
"draft-js/immutable": "3.8.2",
"draft-js-mention-plugin/immutable": "3.8.2",
"megadraft/draft-js": "0.11.7"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/plugin-transform-arrow-functions": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@loadable/webpack-plugin": "^5.13.0",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"concurrently": "^5.3.0",
"css-loader": "^6.0.0",
"css-minimizer-webpack-plugin": "^3.0.1",
"eslint": "^8.5.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-standard": "^4.0.1",
"fast-sass-loader": "^2.0.1",
"mini-css-extract-plugin": "^1.6.0",
"node-polyfill-webpack-plugin": "^1.1.3",
"nodemon": "^2.0.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^4.1.0",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^3.0.0"
}
}