-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.65 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.65 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
{
"name": "zillo",
"private": true,
"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": "12.5.0",
"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/AdeshPawaroo/Zillo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AdeshPawaroo/Zillo/issues"
},
"homepage": "https://github.com/AdeshPawaroo/Zillo#readme",
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0-beta3",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@react-google-maps/api": "^2.7.0",
"babel-loader": "^8.2.3",
"google-maps": "^4.3.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-popup": "^0.11.0",
"react-redux": "^7.2.6",
"react-router-dom": "^6.0.2",
"react-scripts": "^4.0.3",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.0",
"util": "^0.12.4",
"webpack": "^5.64.3",
"webpack-cli": "^4.9.1"
},
"devDependencies": {
"webpack-livereload-plugin": "^3.0.2"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}