-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.72 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.72 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": "OpenPlaybill",
"private": true,
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@fortawesome/fontawesome-free": "^5.13.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@material-ui/icons": "^4.9.1",
"babel-loader": "^8.1.0",
"dateformat": "^3.0.3",
"moment": "^2.25.3",
"object.omit": "^3.0.0",
"react": "^16.13.1",
"react-datepicker": "^2.16.0",
"react-dom": "^16.13.1",
"react-lightbox-component": "^1.2.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^1.2.2",
"react-scroll": "^1.7.16",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "github:reduxjs/redux-thunk#master",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"version": "1.0.0",
"main": "webpack.config.js",
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": "12.5.0",
"npm": "6.9.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --watch --mode=development",
"postinstall": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/celestialskyz/full_stack_proj.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/celestialskyz/full_stack_proj/issues"
},
"homepage": "https://github.com/celestialskyz/full_stack_proj#readme"
}