-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.78 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
{
"name": "take-a-paws",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"bootstrap": "^3.3.7",
"chai": "^4.1.2",
"cloudinary": "^1.9.1",
"connect-multiparty": "^2.1.0",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"mocha": "^4.1.0",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.4.1",
"pg-hstore": "^2.3.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"react-validation": "^3.0.7",
"sanitize.css": "^5.0.0",
"sequelize": "^4.29.2",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"supertest": "^3.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "node_modules/.bin/mocha --recursive",
"eject": "react-scripts eject",
"start:dev": "nodemon ./bin/www",
"paws": "nodemon ./app.js"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "index.js",
"devDependencies": {
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"nodemon": "^1.14.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabrielabud/take-a-paws.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gabrielabud/take-a-paws/issues"
},
"homepage": "https://github.com/gabrielabud/take-a-paws#readme"
}