-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.47 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.47 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "react-babel",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:type-check": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-typescript": "^7.27.0",
"@emotion/hash": "^0.9.2",
"@mincho-js/css": "workspace:^",
"@mincho-js/integration": "workspace:^",
"@mincho-js/react": "workspace:^",
"@mincho-js/vite": "workspace:^",
"@vanilla-extract/css": "^1.17.1",
"@vanilla-extract/css-utils": "^0.1.4",
"@vanilla-extract/private": "^1.0.6",
"css-what": "^6.1.0",
"cssesc": "^3.0.0",
"dedent": "^1.5.3",
"deep-object-diff": "^1.1.9",
"deepmerge": "^4.3.1",
"lru-cache": "^11.1.0",
"media-query-parser": "3.0.2",
"modern-ahocorasick": "^2.0.4",
"picocolors": "^1.1.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"scheduler": "^0.26.0"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@types/babel__core": "^7.20.5",
"@types/cssesc": "^3.0.2",
"@types/react": "^19.1.1",
"@types/react-dom": "^19.1.2",
"@types/scheduler": "^0.26.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.24.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.29.1",
"vite": "^6.3.2"
}
}