-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 736 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 736 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
{
"name": "guireact",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"format": "prettier --write \"examples/**/*.{js,jsx}\" \"lib/jslib-unit/**/*.js\" \"lib/react-imgui-reconciler/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"react": "19.2.0",
"react-reconciler": "0.33.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.4",
"@babel/preset-react": "^7.27.1",
"babel-plugin-react-compiler": "^1.0.0",
"esbuild": "^0.25.11",
"glob": "^11.0.3",
"prettier": "^3.6.2"
}
}