forked from hratx-blue-ocean/red-paperclip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.83 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
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
{
"name": "red-paperclip",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "npx webpack --mode development --watch",
"build-prod": "npx webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hratx-blue-ocean/red-paperclip.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hratx-blue-ocean/red-paperclip/issues"
},
"homepage": "https://github.com/hratx-blue-ocean/red-paperclip#readme",
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.0.4",
"@mui/material": "^5.0.4",
"@mui/styles": "^5.0.1",
"@react-google-maps/api": "^2.5.0",
"axios": "^0.23.0",
"cors": "^2.8.5",
"dateformat": "^5.0.2",
"dotenv": "^10.0.0",
"epoch-timeago": "^1.1.9",
"firebase": "^9.1.3",
"firebase-admin": "^10.0.0",
"formik": "^2.2.9",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"webpack": "^5.58.2",
"yup": "^0.32.11",
"zipcodes": "^8.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"css-loader": "^6.4.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"prettier": "^2.4.1",
"style-loader": "^3.3.0",
"webpack-cli": "^4.9.0"
}
}