forked from mrkchoi/airbnb_clone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.64 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
60
61
62
{
"name": "airbnb",
"private": true,
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@emotion/core": "^10.0.14",
"aphrodite": "^2.3.1",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"normalize.css": "^8.0.1",
"nuka-carousel": "^4.5.8",
"react": "^16.8.6",
"react-dates": "^20.2.5",
"react-dom": "^16.8.6",
"react-medium-image-zoom": "^3.1.1",
"react-moment": "^0.9.2",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-spinners": "^0.5.7",
"react-with-styles": "^3.2.3",
"react-with-styles-interface-aphrodite": "^5.0.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"style-loader": "^0.23.1",
"webpack": "^4.35.2"
},
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": "8.9.4",
"npm": "6.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch --mode=development",
"postinstall": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrkchoi/airbnb_clone.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrkchoi/airbnb_clone/issues"
},
"homepage": "https://github.com/mrkchoi/airbnb_clone#readme",
"devDependencies": {
"webpack-cli": "^3.3.5"
}
}