-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.54 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.54 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
{
"name": "@quanux/ui",
"version": "0.0.1",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"lint": "eslint .",
"clean": "rm -rf node_modules"
},
"peerDependencies": {
"react": "18.3.1",
"react-native": "0.76.3"
},
"dependencies": {
"@rn-primitives/avatar": "^1.2.0",
"@rn-primitives/checkbox": "^1.2.0",
"@rn-primitives/dialog": "^1.2.0",
"@rn-primitives/label": "^1.2.0",
"@rn-primitives/progress": "^1.2.0",
"@rn-primitives/radio-group": "^1.2.0",
"@rn-primitives/select": "^1.2.0",
"@rn-primitives/separator": "^1.2.0",
"@rn-primitives/slot": "^1.2.0",
"@rn-primitives/switch": "^1.2.0",
"@rn-primitives/tabs": "^1.2.0",
"@rn-primitives/toggle": "^1.2.0",
"@rn-primitives/tooltip": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react-native": "^0.577.0",
"nativewind": "^4.2.3",
"react-native-reanimated": "~3.19.5",
"react-native-screens": "^3.37.0",
"tailwind-merge": "^2.6.1",
"tailwindcss": "^3.4.19"
},
"devDependencies": {
"@types/react": "^18.3.27",
"@types/react-native": "^0.73.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "9.39.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"typescript": "^5.9.3"
}
}