-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.84 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
63
64
65
66
67
68
{
"name": "ezcamp",
"version": "1.0.0",
"description": "# Catchy headline / cool graphic",
"main": "index.js",
"engines": {
"node": "14.15.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/index.js",
"react-dev": "webpack --watch",
"client": "cd client && npm start",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevelopUrs/ezcamp.git"
},
"keywords": [],
"author": "DevelopUrs",
"license": "ISC",
"bugs": {
"url": "https://github.com/DevelopUrs/ezcamp/issues"
},
"homepage": "https://github.com/DevelopUrs/ezcamp#readme",
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"file-loader": "^6.2.0",
"file-saver": "^2.0.5",
"jquery": "^3.6.0",
"material-dashboard-react": "^1.10.0",
"moment": "^2.29.1",
"multer": "^1.4.2",
"nodemon": "^2.0.7",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-big-calendar": "^0.33.3",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0",
"socket.io": "^4.1.2",
"styled-components": "^5.3.0",
"url-loader": "^4.1.1",
"uuid": "^8.3.2",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"eslint": "^7.27.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"style-loader": "^2.0.0"
}
}