forked from risserlabs/native-theme-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.93 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
56
57
58
59
60
61
62
63
{
"name": "native-theme-ui",
"version": "0.0.22",
"description": "write once, render anywhere",
"homepage": "https://gitlab.com/risserlabs/community/native-theme-ui",
"repository": "git@gitlab.com:risserlabs/community/native-theme-ui.git",
"bugs": {
"url": "https://gitlab.com/risserlabs/community/native-theme-ui",
"email": "howdy@risserlabs.com"
},
"license": "Apache-2.0",
"author": "Risser Labs LLC <howdy@risserlabs.com> (https://risserlabs.com)",
"main": "lib/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"react-native": "src/index.ts",
"source": "src/index.ts",
"files": [
"esm",
"lib",
"src"
],
"workspaces": [
"packages/*"
],
"packageManager": "yarn@3.1.0",
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/babel__preset-env": "^7.9.2",
"@types/eslint": "^8.4.5",
"@types/react": "^18.0.17",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"browserslist": "^4.21.3",
"cspell": "^6.6.1",
"eslint": "^8.22.0",
"eslint-plugin-react": "^7.30.1",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@native-theme-ui/core": "0.0.22"
},
"resolutions": {
"@storybook/addon-react-native-web@0.0.7": "patch:@storybook/addon-react-native-web@npm:0.0.7#.yarn/patches/@storybook-addon-react-native-web-npm-0.0.7-49dddd98a4",
"@storybook/client-api@6.3.13": "patch:@storybook/client-api@npm:6.3.13#.yarn/patches/@storybook-client-api-npm-6.3.13-4ad3be9220",
"@types/react": "17.0.21",
"@types/react-native": "0.67.6",
"expo-font": "~10.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2"
},
"eslintIgnore": [
"esm",
"lib"
]
}