-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 852 Bytes
/
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
{
"name": "votd-note-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eldenbraz/VotD-Note-App.git"
},
"author": "Eldenbraz",
"license": "ISC",
"bugs": {
"url": "https://github.com/Eldenbraz/VotD-Note-App/issues"
},
"homepage": "https://github.com/Eldenbraz/VotD-Note-App#readme",
"dependencies": {
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.3.1",
"@mui/material": "^5.4.0",
"create-react-app": "^5.0.0",
"react-router-dom": "^6.2.1"
}
}