-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 836 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 836 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
{
"name": "kkvillwqbr.github",
"version": "0.0.0",
"private": true,
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/css": "^11.0.0-rc.0",
"@emotion/react": "^11.5.0 ^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.3.0",
"@mui/material": "^6.1.0",
"@mui/material-nextjs": "^6.1.0",
"@mui/material-pigment-css": "^6.1.0",
"@opentelemetry/api": "^1.1.0",
"@pigment-css/nextjs-plugin": "^0.0.22",
"@playwright/test": "^1.41.2",
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"next": "^14.2.10",
"react": "18.3.1",
"react-dom": "18.3.1",
"sass": "^1.3.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"react-scripts": "latest"
}
}