forked from Hello-World-Purdue/hw21-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.44 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
{
"name": "helloworld21-frontend",
"version": "0.1.0",
"private": true,
"main": "admin_dashboard.tsx",
"proxy": "http://localhost:5000/",
"scripts": {
"dev": "NODE_ENV='development' node server.js",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"@types/node": "^14.14.41",
"axios": "^0.21.1",
"bootstrap": "^5.0.2",
"jquery": "^3.6.0",
"next": "^11.1.0",
"next-images": "^1.8.1",
"popper.js": "^1.16.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "17.0.2",
"typescript": "^4.2.4",
"webpack": "^5.50.0",
"websocket": "^1.0.34"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/websocket": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"http-proxy-middleware": "^2.0.1",
"prettier": "2.3.2",
"typescript": "^4.2.4"
}
}