-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.48 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@sourcetoad/tamagui-react-native",
"version": "2.4.0",
"description": "A design system specific to React Native for Tamagui.",
"types": "./types/index.d.ts",
"main": "dist/cjs",
"module": "dist/esm",
"module:jsx": "dist/jsx",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/sourcetoad/tamagui-react-native.git"
},
"bugs": {
"url": "https://github.com/sourcetoad/tamagui-react-native/issues"
},
"homepage": "https://github.com/sourcetoad/tamagui-react-native#readme",
"author": "Sourcetoad, LLC",
"files": [
"types",
"src",
"dist"
],
"sideEffects": [
"*.css"
],
"dependencies": {
"@tamagui/babel-plugin": "^1.116.12",
"@tamagui/button": "^1.116.12",
"@tamagui/config": "^1.116.12",
"@tamagui/core": "^1.116.12",
"@tamagui/font-inter": "^1.116.12",
"@tamagui/get-button-sized": "^1.116.12",
"@tamagui/lucide-icons": "^1.116.12",
"@tamagui/radio-group": "^1.116.12",
"@tamagui/scroll-view": "^1.116.12",
"@tamagui/stacks": "^1.116.12",
"@tamagui/text": "^1.116.12",
"babel-plugin-transform-inline-environment-variables": "^0.4.4"
},
"scripts": {
"build": "tamagui-build",
"watch": "tamagui-build --watch",
"check-types": "tsc --noEmit",
"clean:build": "tamagui-build clean:build"
},
"devDependencies": {
"@tamagui/build": "^1.116.12",
"typescript": "^5.6.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}