-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 753 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 753 Bytes
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
{
"name": "issue_hub",
"version": "0.1.0",
"private": true,
"scripts": {
"server": "nodemon -e go,html --exec \"go run .\"",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.5.1",
"@primer/react": "^34.3.0",
"axios": "^0.21.2",
"date-fns": "^2.7.0",
"dotenv": "^8.2.0",
"next": "^12.0.10",
"nodemon": "^1.19.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.1.2",
"styled-components": "^4.4.0"
},
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"@types/node": "^17.0.15",
"@types/react": "^17.0.39",
"typescript": "^4.5.5"
}
}