-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.33 KB
/
package.json
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
{
"name": "mwr-react",
"version": "1.0.0",
"description": "1. give users the ability to submit Maintenance Work Requests to the database. 2. Display a \"leader board\" that shows submitters name and number of submits they have completed. 3. Display a MWR dashboard that shows all submitted MWR's and their status (in progress, denied, pending).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZediWards/MWR-React.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZediWards/MWR-React/issues"
},
"homepage": "https://github.com/ZediWards/MWR-React#readme",
"dependencies": {
"@react-pdf/renderer": "^2.2.0",
"assert": "^2.0.0",
"babel-plugin-styled-components": "^2.0.7",
"browserify-zlib": "^0.2.0",
"buffer": "^5.7.1",
"gatsby": "^4.1.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-styled-components": "^5.13.0",
"lightgallery": "^2.7.0",
"process": "^0.11.10",
"react": "^17.0.2",
"react-colorful": "^5.6.1",
"react-dom": "^17.0.2",
"react-icons": "^4.6.0",
"react-transition-group": "^4.4.2",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.5",
"util": "^0.12.4"
}
}