forked from TheYesMen/Are-you-smarter-than-an-OS-student-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.88 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
{
"name": "are-you-smarter-than-an-os-student-",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server",
"startNode": "node server",
"build": "webpack",
"build:client": "webpack --config webpack.config.js --mode production",
"dev": "concurrently \"npm run build\" \"npm start\" -n webpack,server -c #55C3FF,#FFCA28",
"seed": "node server/database/seed.js",
"lint": "eslint ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iAmGjert/Are-you-smarter-than-an-OS-student-.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iAmGjert/Are-you-smarter-than-an-OS-student-/issues"
},
"homepage": "https://github.com/iAmGjert/Are-you-smarter-than-an-OS-student-#readme",
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.8.1",
"axios": "^0.27.2",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"dotenv-webpack": "^7.1.0",
"express-session": "^1.17.3",
"passport": "^0.6.0",
"passport-google-oauth2": "^0.2.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/preset-react": "^7.17.12",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"docker": "^1.0.0",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"express": "^4.18.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mongoose": "^6.3.4",
"mongoose-findorcreate": "^3.0.0",
"style-loader": "^3.3.1",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
}
}