-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
164 lines (164 loc) · 5.08 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
{
"name": "revolve",
"version": "1.0.0",
"description": "revolve",
"private": true,
"main": "./server/server.js",
"repository": {
"type": "git",
"url": "https://github.com/angiechangpagne/revolve"
},
"homepage": "https://angiechangpagne.github.io/revolve",
"scripts": {
"start": "nodemon ./server/server.js",
"start:ci": "concurrently \"nodemon server\" \"node client\"",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"docker-dev:hot": "docker-compose -f docker-compose-dev-hot.yml up",
"start:prod": "pushstate-server build",
"build": "webpack --config ./webpack.config.js",
"lint": "eslint \"**/*.jsx\"",
"server": "nodemon ./server/server.js",
"client-install": "npm install --prefix client",
"client": "webpack-dev-server --mode development --devtool source-map --hot --prefix ./client",
"webpack": "webpack --config ./webpack.config.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d build && npm run build && git add . && git commit -m \"Building for production\" && git push heroku master",
"test": "NODE_ENV=test jest --coverage",
"watch": "NODE_ENV=development PORT=3001 concurrently \"webpack --watch\" \"nodemon --watch build/index.js build/index.js\"",
"prod": "node server.js && webpack --config --mode production --devtool source-map ./webpack.config.js",
"heroku-postbuild": "npm run build"
},
"author": "thefuturist",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.9.0",
"@babel/plugin-transform-react-inline-elements": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"@types/react-datepicker": "^2.11.0",
"assert": "^2.0.0",
"axios": "^0.19.2",
"babel": "^6.23.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-polyfill": "^6.26.0",
"babel-preset-react": "^6.24.1",
"babel-watch": "^7.0.0",
"bcrypt": "^4.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chalk": "^3.0.0",
"clean-webpack-plugin": "^3.0.0",
"compression": "^1.7.4",
"connected-react-router": "^6.8.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"cron": "^1.8.2",
"cronjob": "^0.1.0",
"cross-env": "^7.0.2",
"css-loader": "^3.4.2",
"dotenv": "^8.2.0",
"dotenv-webpack": "^1.7.0",
"enzyme": "^3.11.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-react": "^7.19.0",
"express": "^4.17.1",
"form-data": "^3.0.0",
"formik": "^2.1.4",
"google-maps-react": "^2.0.2",
"history": "^4.10.1",
"html-webpack-plugin": "^3.2.0",
"if-env": "^1.0.4",
"install": "^0.13.0",
"jest": "^25.2.7",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"jws": "^4.0.0",
"jwt-decode": "^2.2.0",
"jwt-simple": "^0.5.6",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"mongod": "^2.0.0",
"mongodb": "^3.5.5",
"mongoose": "^5.9.7",
"mongoose-autopopulate": "^0.12.1",
"morgan": "^1.9.1",
"nexmo": "^2.6.0",
"nodemailer": "^6.4.5",
"npm": "^6.14.4",
"open-browser-webpack-plugin": "0.0.5",
"passport-local-mongoose": "^6.0.1",
"path": "^0.12.7",
"prettier": "^1.19.1",
"progress-bar-webpack-plugin": "^2.1.0",
"react": "^16.13.1",
"react-cookie": "^4.0.3",
"react-datepicker": "^2.14.0",
"react-datetime": "^2.16.3",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.5.3",
"react-load-script": "0.0.6",
"react-modal": "^3.11.2",
"react-places-autocomplete": "^7.2.1",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-select": "^3.0.8",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"req": "^0.1.4",
"router": "^1.3.4",
"socket.io": "^2.3.0",
"storyboard": "^3.2.1",
"storyboard-preset-console": "^3.1.4",
"style-loader": "^1.1.3",
"url-loader": "^4.0.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-hot-middleware": "^2.25.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 11"
]
},
"devDependencies": {
"concurrently": "^4.1.2",
"mocha": "^7.1.1",
"nodemon": "^2.0.2",
"redux-devtools": "^3.5.0",
"should": "^13.2.3",
"supertest": "^4.0.2"
},
"nodemonConfig": {
"ignore": [
"../server/data/*"
]
},
"prettier": {
"trailingComma": "es5",
"singleQuote": true,
"semi": true
}
}