-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
71 lines (71 loc) · 2.27 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
{
"name": "Quiz-Whiz-App",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/server.js",
"dev": "cross-env NODE_ENV=development concurrently \"webpack serve\" \"nodemon server/server.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ItsChance-BTW/Quiz-Whiz-App/issues"
},
"homepage": "https://github.com/ItsChance-BTW/Quiz-Whiz-App#readme",
"dependencies": {
"@types/react": "^17.0.1",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"cypress": "^6.4.0",
"decode-html": "^2.0.0",
"dotenv": "^8.2.0",
"enzyme": "^3.11.0",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"jest": "^26.6.3",
"node-fetch": "^2.6.1",
"pg": "^8.5.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^6.15.1",
"react-router-dom": "^5.2.0",
"supertest": "^6.1.3",
"ws": "^7.4.3"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/preset-typescript": "^7.12.13",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"babel-jest": "^26.6.3",
"concurrently": "^5.3.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.2",
"eslint": "^7.19.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^5.0.0",
"image-webpack-loader": "^7.0.1",
"nodemon": "^2.0.7",
"sass": "^1.32.6",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-jest": "^26.5.0",
"ts-loader": "^8.0.16",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
}
}