forked from ccu-an-b/Matcha
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 2.16 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
{
"name": "matcha",
"version": "0.1.0",
"private": true,
"proxy": {
"api/v1/*": {
"target": "http://localhost:3001"
}
},
"dependencies": {
"@types/react": "^15.6.21",
"axios": "^0.18.0",
"base64url": "^3.0.1",
"bcrypt": "^3.0.4",
"body-parser": "^1.18.3",
"bootstrap": "^4.2.1",
"popper.js": "^1.14.7",
"crypto": "^1.0.1",
"express": "^4.16.4",
"faker": "^4.1.0",
"i": "^0.3.6",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.4.0",
"leaflet": "^1.4.0",
"moment": "^2.24.0",
"multer": "^1.4.1",
"node-random-name": "^1.0.1",
"node-sass-chokidar": "^1.3.4",
"nodemailer": "^2.6.4",
"npm": "^6.7.0",
"npm-run-all": "^4.1.5",
"pg": "^7.8.0",
"random-location": "^1.0.12",
"rc-slider": "^8.6.5",
"react": "^16.8.1",
"react-autosuggest": "^9.4.3",
"react-dom": "^16.8.1",
"react-leaflet": "^2.2.0",
"react-leaflet-marker-layer": "^0.1.4",
"react-notifications-component": "^1.0.1",
"react-redux": "^5.1.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.5",
"react-select": "^2.3.0",
"react-slick": "^0.23.2",
"react-timeago": "^4.3.0",
"redux": "^3.7.2",
"redux-form": "^7.4.2",
"redux-thunk": "^2.3.0",
"socket.io": "^2.2.0",
"titleize": "^1.0.1"
},
"scripts": {
"build-css": "node-sass-chokidar ./src -o ./src",
"watch-css": "npm run build-css && node-sass-chokidar ./src -o ./src --watch --recursive",
"init": "node ./server/setup.js",
"db-setup": "node server/setup.js",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build": "npm-run-all builc-css build-js ; ",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"description": "Dating website",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ccu-an-b/Matcha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ccu-an-b/Matcha/issues"
},
"homepage": "https://github.com/ccu-an-b/Matcha#readme",
"keywords": []
}