-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.69 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
{
"name": "Project",
"version": "1.0.0",
"description": "-Create events and",
"main": "index.js",
"scripts": {
"start": "concurrently --kill-others \"node worker/index.js\" \"node server/app.js\" \"parcel watch public/index.html --public-url '/dist'\"",
"seed": "node task/seed.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Justin Tsang",
"license": "MIT",
"devDependencies": {
"@types/react": "16.4.6",
"babel-core": "6.26.3",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"concurrently": "3.6.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "5.0.0",
"gulp-clean-css": "3.9.4",
"gulp-concat": "2.6.1",
"gulp-sass": "4.0.1",
"gulp-sourcemaps": "2.6.4",
"redux-devtools-extension": "2.13.5",
"typescript": "2.9.2"
},
"dependencies": {
"@types/jquery": "3.3.5",
"bcrypt": "3.0.0",
"body-parser": "1.18.3",
"bootstrap": "4.1.2",
"connect-flash": "0.1.1",
"cookie-parser": "1.4.3",
"elasticsearch": "15.1.1",
"express": "4.16.3",
"express-session": "1.15.6",
"get-json": "1.0.0",
"google-map-react": "1.0.5",
"history": "4.7.2",
"jquery": "3.3.1",
"moment": "2.22.2",
"mongodb": "3.1.1",
"node-redis-pubsub": "3.0.0",
"node-uuid": "1.4.8",
"passport": "0.4.0",
"passport-local": "1.0.0",
"react": "16.4.1",
"react-dates": "17.1.1",
"react-dom": "16.4.1",
"react-google-maps": "9.4.5",
"react-redux": "5.0.7",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"react-router-redux": "4.0.8",
"redux": "4.0.0",
"typestyle": "2.0.1",
"uuid": "3.3.2",
"xss": "1.0.3"
}
}