-
-
Notifications
You must be signed in to change notification settings - Fork 241
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 641 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 641 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
{
"name": "@vitejs/test-react-emotion",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"debug": "node --inspect-brk vite",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-switch": "^7.1.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@emotion/babel-plugin": "^11.13.5",
"@rolldown/plugin-babel": "^0.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "workspace:*"
}
}