-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.01 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.01 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
{
"name": "use-stylex",
"version": "0.0.4",
"description": "",
"keywords": [],
"author": "",
"homepage": "https://microui.org",
"license": "MIT",
"main": "src/index.ts",
"sideEffects": false,
"files": [
"dist",
"tailwind.js",
"tailwind.d.ts",
"lite.js",
"lite.d.ts"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tinyhref/use-stylex.git"
},
"scripts": {
"build": "tsup src --dts",
"dev": "pnpm build:fast --watch",
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",
"build:fast": "tsup src",
"prepack": "clean-package",
"postpack": "clean-package restore"
},
"dependencies": {
"@stylexjs/stylex": "latest"
},
"peerDependencies": {},
"devDependencies": {
"@types/node": "^15.12.4",
"clean-package": "2.2.0",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
},
"clean-package": "./clean-package.config.json",
"packageManager": "yarn@1.22.22"
}