-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 4.14 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
{
"name": "slp",
"version": "1.0.0",
"description": "Super League Pod Autoposter",
"main": "src/index.ts",
"engines": {
"node": "14.15.0",
"npm": "6.14.8"
},
"scripts": {
"start": "node dist/build/bundle.js",
"build": "NODE_ENV=production npm-run-all --parallel build:*",
"build:client": "webpack --config webpack.client.js -p",
"build:css": "node-sass src/client/scss/styles.scss --output-style compressed -o public",
"build:server": "webpack --config webpack.server.js -p",
"dev": "npm-run-all --parallel dev:*",
"dev:css": "node-sass src/client/scss/styles.scss -o dist/public",
"dev:server": "nodemon --watch dist/build 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",
"prepare-dev": "npm install && webpack --config webpack.server.js --mode=development && webpack --config webpack.client.js --mode=development",
"mergeToMaster": "git push && git checkout master && git merge develop && git push && git checkout develop"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@google-cloud/storage": "^5.8.1",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"canvas": "^2.7.0",
"compression": "^1.7.3",
"cookie-session": "^2.0.0-beta.3",
"core-js": "^3.7.0",
"datejs": "^1.0.0-rc3",
"deep-object-diff": "^1.1.0",
"es6-promise": "^4.2.5",
"express": "^4.16.4",
"express-useragent": "^1.0.12",
"formik": "^2.2.3",
"https": "^1.0.0",
"lodash": "^4.17.21",
"mongodb": "^3.6.3",
"mongoose": "^5.11.15",
"multer": "^1.4.2",
"node-cache": "^5.1.2",
"node-html-parser": "^1.4.9",
"node-schedule": "^1.3.2",
"oauth": "^0.9.15",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^6.1.0",
"react-new-window": "^0.1.3",
"react-redux": "^6.0.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-select": "^3.0.8",
"react-toastify": "^5.0.0-rc.6",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"reflect-metadata": "^0.1.13",
"serialize-javascript": "^4.0.0",
"sharp": "^0.27.2",
"svg2img": "^0.9.1",
"twitter-api-client": "^1.3.4",
"yup": "^0.26.10"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/plugin-transform-arrow-functions": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@types/bcryptjs": "^2.4.2",
"@types/compression": "^1.7.0",
"@types/cookie-session": "^2.0.41",
"@types/datejs": "0.0.31",
"@types/express": "^4.17.8",
"@types/express-useragent": "^1.0.0",
"@types/lodash": "^4.14.168",
"@types/mongoose": "^5.7.37",
"@types/multer": "^1.4.5",
"@types/node-schedule": "^1.3.1",
"@types/oauth": "^0.9.1",
"@types/passport": "^1.0.4",
"@types/passport-local": "^1.0.33",
"@types/react-dom": "^16.9.9",
"@types/react-helmet": "^6.1.0",
"@types/react-redux": "^7.1.11",
"@types/react-router-config": "^5.0.1",
"@types/react-router-dom": "^5.1.6",
"@types/react-select": "^3.0.26",
"@types/serialize-javascript": "^4.0.0",
"@types/sharp": "^0.27.1",
"@types/yup": "^0.29.9",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.0.6",
"babel-plugin-typescript-to-proptypes": "^1.4.2",
"concurrently": "^5.3.0",
"css-loader": "^2.1.1",
"eslint": "^7.21.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-standard": "^5.0.0",
"fast-sass-loader": "^1.5.0",
"mini-css-extract-plugin": "^1.3.0",
"node-sass": "^4.14.1",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"source-map-loader": "^1.1.2",
"style-loader": "^0.23.1",
"ts-loader": "^8.0.11",
"typescript": "^4.5.5",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"
}
}