-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 955 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 955 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
31
32
33
34
35
36
37
38
39
{
"name": "srcube-taro",
"version": "0.0.0",
"private": true,
"description": "A UI library for Taro.js",
"author": "chioio <srcube.chioio@gmail.com>",
"license": "MIT",
"repository": "https://github.com/srcube/srcube-taro",
"engines": {
"node": "~22"
},
"scripts": {
"lint": "eslint",
"lint:fix": "eslint --fix",
"build": "pnpm -r build"
},
"dependencies": {
"@changesets/cli": "catalog:"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
"@eslint-react/eslint-plugin": "catalog:",
"@eslint/eslintrc": "catalog:",
"clean-publish": "catalog:",
"eslint": "catalog:",
"eslint-plugin-react-refresh": "catalog:",
"globals": "catalog:",
"tsup": "catalog:",
"typescript": "catalog:"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
],
"patchedDependencies": {
"tailwind-variants@1.0.0": "patches/tailwind-variants@1.0.0.patch"
}
}
}