-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.6 KB
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
{
"name": "airbnb-lisitng-description",
"version": "1.0.0",
"description": "Airbnb Listing Description Clone",
"main": "index.js",
"scripts": {
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js",
"start-aws": "pm2 start server/index.js",
"listpm2": "pm2 list",
"pm2server": "pm2 show server",
"pm2stop": "pm2 stop 0",
"seed": "mysql -h listings.cgs4awlnkox5.us-east-2.rds.amazonaws.com -u dhpatel15 -p -P 3306 < ./database-mysql/schema.sql"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Staybnb/Description.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"jest": "^24.8.0",
"jest-puppeteer": "^3.4.0",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"axios": "^0.18.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"body-parser": "^1.17.2",
"express": "^4.15.0",
"file-loader": "^2.0.0",
"image-webpack-loader": "^4.4.0",
"lodash": ">=4.17.13",
"mdbreact": "^4.8.2",
"module-example": "^1.0.0",
"mysql": "^2.13.0",
"puppeteer": "^1.9.0",
"react": "^15.4.2",
"react-collapse": "^4.0.3",
"react-dom": "^15.4.2",
"react-motion": "^0.5.2",
"react-slide-toggle": "^0.1.13",
"react-text-collapse": "^0.5.0",
"webpack": "^2.2.1"
},
"bugs": {
"url": "https://github.com/Staybnb/Description/issues"
},
"homepage": "https://github.com/Staybnb/Description#readme",
"jest": {
"roots": [
"test/"
],
"preset": "jest-puppeteer"
}
}