-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 838 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 838 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
34
35
{
"name": "billsplitter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.17",
"cors": "^2.8.5",
"nanoid": "^5.0.1",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"react-number-format": "^5.3.1",
"react-router-dom": "^6.18.0",
"sharp": "^0.32.6"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"cypress": "^13.3.0",
"eslint": "latest",
"eslint-config-next": "latest",
"webpack": "^5.88.2"
}
}