-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.69 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
{
"name": "jobsite",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"client-dev": "webpack --watch",
"server-dev": "nodemon server/index.js",
"start": "npx live-server ./client/dist",
"seed": "node database/seed.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HR-Smoochum/JobSite.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HR-Smoochum/JobSite/issues"
},
"homepage": "https://github.com/HR-Smoochum/JobSite#readme",
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/open-sans": "^4.5.14",
"@fontsource/raleway": "^4.5.12",
"@fullcalendar/core": "^6.1.4",
"@fullcalendar/daygrid": "^6.1.4",
"@fullcalendar/react": "^6.1.4",
"@react-md/icon": "^5.1.3",
"axios": "^1.3.4",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"firebase": "^9.17.2",
"framer-motion": "^10.0.1",
"mongoose": "^7.0.0",
"multer": "^1.4.5-lts.1",
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-router-dom": "^6.8.2",
"use-context": "^0.0.1"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.2",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.35.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"morgan": "^1.10.0",
"prop-types": "^15.8.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}