-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 KB
/
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
35
36
37
38
39
{
"name": "@contentstech/stackflow-plugin-omniflow",
"type": "module",
"version": "0.0.14",
"description": "Fine-tune UX of Stackflow apps across multiple environments",
"author": "XiNiHa <[email protected]>",
"scripts": {
"build": "tsc && node esbuild.config.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"peerDependencies": {
"@contentstech/stackflow-solid": ">=0.3.0",
"@stackflow/config": "^1.0.1",
"@stackflow/core": "^1.1.0",
"solid-js": ">=1.4.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.9",
"@stackflow/config": "^1.2.0",
"@stackflow/core": "^1.1.0",
"esbuild": "^0.24.0",
"esbuild-plugin-solid": "^0.6.0",
"solid-js": "^1.9.2",
"typescript": "^5.6.3"
},
"files": [
"dist"
],
"license": "MIT",
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}