-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
67 lines (67 loc) · 1.93 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
66
67
{
"name": "pacific",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./server/index.js",
"build": "webpack --config webpack.config.js -w --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pacific-Blue-Ocean/pacific.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pacific-Blue-Ocean/pacific/issues"
},
"homepage": "https://github.com/Pacific-Blue-Ocean/pacific#readme",
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.8.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/questrial": "^4.5.1",
"@react-google-maps/api": "^2.7.0",
"@wojtekmaj/react-timerange-picker": "^3.4.2",
"axios": "^0.25.0",
"dayjs": "^1.10.7",
"dotenv": "^14.3.2",
"express": "^4.17.2",
"firebase": "^9.6.5",
"firebase-admin": "^10.0.2",
"framer-motion": "^5.6.0",
"moment": "^2.29.1",
"nodemon": "^2.0.15",
"pg": "^8.7.1",
"react": "^17.0.2",
"react-datepicker": "^4.6.0",
"react-dayjs": "^0.3.2",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^5.0.1",
"react-geocode": "^0.2.3",
"react-icons": "^4.3.1",
"react-router-dom": "^6.2.1",
"style-loader": "^3.3.1",
"webpack": "^5.68.0"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.3",
"css-loader": "^6.6.0",
"eslint": "^8.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"file-loader": "^6.2.0",
"webpack-cli": "^4.9.2"
}
}