-
Notifications
You must be signed in to change notification settings - Fork 452
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 4.64 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 4.64 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "@clerk/ui",
"version": "1.4.0",
"description": "Internal package that contains the UI components for the Clerk frontend SDKs",
"repository": {
"type": "git",
"url": "git+https://github.com/clerk/javascript.git",
"directory": "packages/ui"
},
"license": "MIT",
"author": "Clerk",
"sideEffects": [
"./src/utils/setWebpackChunkPublicPath.ts",
"./register/*"
],
"type": "module",
"exports": {
".": {
"react-server": {
"types": "./dist/server.d.ts",
"import": "./dist/server.js",
"default": "./dist/server.js"
},
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./no-rhc": {
"types": "./dist/index.d.ts",
"import": "./dist/no-rhc/index.js",
"default": "./dist/no-rhc/index.js"
},
"./entry": {
"types": "./dist/entry.d.ts",
"import": "./dist/entry.js",
"default": "./dist/entry.js"
},
"./internal": {
"types": "./dist/internal/index.d.ts",
"import": "./dist/internal/index.js",
"default": "./dist/internal/index.js"
},
"./themes": {
"types": "./dist/themes/index.d.ts",
"import": "./dist/themes/index.js",
"default": "./dist/themes/index.js"
},
"./themes/experimental": {
"types": "./dist/themes/experimental.d.ts",
"import": "./dist/themes/experimental.js",
"default": "./dist/themes/experimental.js"
},
"./themes/shadcn.css": "./dist/themes/shadcn.css",
"./register": {
"import": {
"types": "./register/index.d.ts",
"default": "./register/index.mjs"
},
"require": {
"types": "./register/index.d.cts",
"default": "./register/index.cjs"
}
},
"./package.json": "./package.json"
},
"types": "dist/index.d.ts",
"files": [
"dist",
"register"
],
"scripts": {
"build": "pnpm build:umd && pnpm build:esm && pnpm check:no-rhc && pnpm type-check",
"build:analyze": "rspack build --config rspack.config.js --env production --env analyze --analyze",
"build:esm": "tsdown",
"build:rsdoctor": "RSDOCTOR=true rspack build --config rspack.config.js --env production",
"build:umd": "rspack build --config rspack.config.js --env production",
"bundlewatch": "FORCE_COLOR=1 bundlewatch --config bundlewatch.config.json",
"bundlewatch:fix": "node bundlewatch-fix.mjs",
"check:no-rhc": "node ../../scripts/search-for-rhc.mjs directory dist/no-rhc",
"clean": "rimraf ./dist",
"dev": "rspack serve --config rspack.config.js",
"dev:origin": "rspack serve --config rspack.config.js --env devOrigin=http://localhost:${PORT:-4011}",
"dev:sandbox": "pnpm -w dev:sandbox",
"dev:sandbox:serve": "rspack serve --config rspack.config.js --env devOrigin=http://localhost:4011",
"format": "node ../../scripts/format-package.mjs",
"format:check": "node ../../scripts/format-package.mjs --check",
"lint:attw": "attw --pack . --exclude-entrypoints themes/shadcn.css --profile esm-only",
"lint:disabled": "eslint src",
"lint:publint": "publint",
"showerrors": "tsc",
"test": "vitest",
"test:ci": "vitest --maxWorkers=70%",
"test:coverage": "vitest --collectCoverage && open coverage/lcov-report/index.html",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@clerk/localizations": "workspace:^",
"@clerk/shared": "workspace:^",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@floating-ui/react": "0.27.12",
"@formkit/auto-animate": "^0.8.2",
"@solana/wallet-adapter-base": "catalog:module-manager",
"@solana/wallet-adapter-react": "catalog:module-manager",
"@solana/wallet-standard": "catalog:module-manager",
"@swc/helpers": "catalog:repo",
"copy-to-clipboard": "3.3.3",
"core-js": "catalog:repo",
"csstype": "3.1.3",
"dequal": "2.0.3",
"input-otp": "1.4.2",
"qrcode.react": "4.2.0"
},
"devDependencies": {
"@floating-ui/react-dom": "^2.1.6",
"@rsdoctor/rspack-plugin": "^0.4.13",
"@rspack/cli": "^1.6.0",
"@rspack/core": "^1.6.0",
"@rspack/plugin-react-refresh": "^1.5.2",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^6.5.1",
"@types/webpack-env": "^1.18.8",
"bundlewatch": "^0.4.1",
"cross-fetch": "^4.1.0",
"minimatch": "^10.1.1",
"tsdown": "catalog:repo",
"webpack-merge": "^5.10.0"
},
"peerDependencies": {
"react": "catalog:peer-react",
"react-dom": "catalog:peer-react"
},
"engines": {
"node": ">=20.9.0"
},
"publishConfig": {
"access": "public"
},
"browserslistLegacy": "Chrome > 73, Firefox > 66, Safari > 12, iOS > 12, Edge > 18, Opera > 58"
}