forked from PacificDevelopment/JobSite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.66 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "jobsite",
"version": "1.0.0",
"description": "update me",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"build": "webpack",
"test": "jest",
"serve-react-dev": "webpack-dev-server --config webpack.config.js",
"react-dev": "webpack -w",
"server-dev": "nodemon server/index.js",
"debug": "nodemon --inspect server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PacificDevelopment/JobSite.git"
},
"author": "PacificDevelopment",
"license": "ISC",
"bugs": {
"url": "https://github.com/PacificDevelopment/JobSite/issues"
},
"homepage": "https://github.com/PacificDevelopment/JobSite#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@jest/globals": "^27.4.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.4.4",
"jest-summarizing-reporter": "^1.1.4",
"msw": "^0.36.3",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0",
"react-refresh": "^0.11.0",
"supertest": "^6.1.6",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.16.4",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mui/core": "^5.0.0-alpha.54",
"@mui/icons-material": "^5.2.1",
"@mui/material": "^5.2.3",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.10",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"firebase": "^9.6.1",
"fs": "^0.0.1-security",
"interweave": "^12.9.0",
"openid-client": "^5.1.0",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-openid": "^0.4.0",
"path": "^0.12.7",
"pg": "^8.7.1",
"pgpass": "^1.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.1.0",
"react-router-dom": "^6.1.0",
"time-ago": "^0.2.1"
}
}