-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.67 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
{
"name": "payments.js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serv": "nodemon --inspect server.js",
"watch": "parcel watch index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-boost": "^0.3.1",
"apollo-client": "^2.5.1",
"apollo-link-context": "^1.0.17",
"apollo-server": "^2.4.8",
"apollo-server-express": "^2.5.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"dotenv": "^8.0.0",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"graphql": "^14.1.1",
"graphql-iso-date": "^3.6.1",
"graphql-resolvers": "^0.3.3",
"graphql-tag": "^2.10.1",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.16.5",
"mysql": "^2.17.1",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-facebook-token": "^3.3.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"react": "^16.8.6",
"react-apollo": "^2.5.1",
"react-dom": "^16.8.6",
"react-dropdown-select": "^3.0.0",
"react-redux": "^6.0.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-select": "^3.0.4",
"react-swipe": "^6.0.4",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"swipe-js-iso": "^2.1.5"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.4",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"parcel-bundler": "^1.12.0"
}
}