-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
47 lines (47 loc) · 1.53 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
{
"name": "wyft",
"version": "1.0.0",
"description": "Do you like using Lyft, the app that's basically your friend with a car? Wouldn't it be cool to meet people and use their wifi in exchange for a (completely optional) gift? Wyft allows you to search for users within a zip code offering to host you and give you access to their wifi. You might just meet your next best friend.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js",
"start": "node server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freemanFansForever/Wyft.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/freemanFansForever/Wyft/issues"
},
"homepage": "https://github.com/freemanFansForever/Wyft#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"webpack": "^2.2.1"
},
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.16.3",
"jquery": "^3.1.1",
"moment": "^2.22.2",
"mongoose": "^4.8.6",
"mysql": "^2.16.0",
"mysql2": "^1.6.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-router-dom": "^4.3.1",
"semantic-ui-calendar-react": "^0.9.0-alpha.1",
"semantic-ui-css": "^2.3.3",
"semantic-ui-react": "<=0.80.2",
"sequelize": "^4.38.0",
"underscore": "^1.9.1"
},
"keywords": []
}