-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1010 Bytes
/
package.json
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
{
"name": "solid-adwaita",
"version": "1.0.0",
"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/neutrino2211/solid-adwaita.git"
},
"main": "index.js",
"dependencies": {
"@types/react-reconciler": "^0.28.8",
"react": "^18.3.1",
"react-reconciler": "^0.29.2",
"solid-js": "^1.9.3"
},
"bugs": {
"url": "https://github.com/neutrino2211/solid-adwaita/issues"
},
"description": "An experiment on controlling libadwaita UIs using Solid.JS",
"homepage": "https://github.com/neutrino2211/solid-adwaita#readme",
"keywords": [],
"license": "ISC",
"scripts": {
"build": "esbuild src/index.tsx --bundle --outfile=native/build/bundle.js --format=esm",
"dev": "esbuild src/index.tsx --bundle --outfile=native/build/bundle.js --format=esm --watch"
},
"devDependencies": {
"@types/bun": "^1.1.13",
"@types/react": "^18.3.12",
"babel-preset-react": "^6.24.1",
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
}
}