-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.82 KB
/
Copy pathpackage.json
File metadata and controls
131 lines (131 loc) · 4.82 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
{
"name": "@getluko/streamline",
"version": "1.0.2",
"scripts": {
"sandbox": "yarn workspace sandbox",
"icons:generate:regular": "npx @svgr/[email protected] --ignore-existing --native --typescript --svgo-config src/primitives/icon/svgs/svgo.json --replace-attr-values \"#2D50E6={color}\" --index-template src/primitives/icon/svgs/index-template.js --template src/primitives/icon/svgs/icon-template.js --out-dir src/primitives/icon/generated/regular src/primitives/icon/svgs/regular",
"icons:generate:small": "npx @svgr/[email protected] --ignore-existing --native --typescript --svgo-config src/primitives/icon/svgs/svgo.json --replace-attr-values \"#2D50E6={color}\" --index-template src/primitives/icon/svgs/index-template.js --template src/primitives/icon/svgs/icon-template.js --out-dir src/primitives/icon/generated/small src/primitives/icon/svgs/small",
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli lib",
"prepare": "bob build && lefthook install",
"release": "release-it"
},
"devDependencies": {
"@babel/core": "7.22.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/preset-env": "^7.23.9",
"@commitlint/config-conventional": "^17.0.2",
"@evilmartians/lefthook": "1.6.1",
"@getluko/eslint-config-react-native": "^0.1.2",
"@getluko/eslint-plugin-react-native": "^0.1.2",
"@react-native-community/datetimepicker": "7.7.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "^0.73.2",
"@release-it/conventional-changelog": "8.0.1",
"@ronradtke/react-native-markdown-display": "8.0.0",
"@shopify/restyle": "2.4.2",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.5.1",
"@types/jest": "^28.1.2",
"@types/react": "^18.2.6",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"dayjs": "1.11.10",
"del-cli": "^5.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-detox": "^1.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.8.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-jsx-expressions": "^1.3.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"expo-image": "1.10.6",
"expo-linear-gradient": "~12.3.0",
"jest": "^29.6.3",
"libphonenumber-js": "^1.10.55",
"prettier": "2.8.8",
"react": "18.2.0",
"react-native": "0.73.9",
"react-native-ama": "0.7.5",
"react-native-builder-bob": "^0.20.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-svg": "14.1.0",
"react-test-renderer": "^18.2.0",
"release-it": "17.4.0",
"tslib": "^2.6.2",
"typescript": "5.0.4",
"wcag-color": "^1.1.1"
},
"resolutions": {
"@types/react": "18.2.6",
"react-native-reanimated@~3.6.2": "patch:react-native-reanimated@npm%3A3.6.2#./.yarn/patches/react-native-reanimated-npm-3.6.2-188483b50f.patch",
"[email protected]": "patch:react-native-ama@npm%3A0.7.5#./.yarn/patches/react-native-ama-npm-0.7.5-b1b467af3e.patch"
},
"peerDependencies": {
"@react-native-community/datetimepicker": "7.7.0",
"@ronradtke/react-native-markdown-display": "8.0.0",
"@shopify/restyle": "2.4.2",
"dayjs": "1.11.10",
"expo-image": "1.10.6",
"expo-linear-gradient": "12.7.1",
"libphonenumber-js": "1.10.56",
"react": "18.2.0",
"react-native": "0.73.8",
"react-native-ama": "0.7.5",
"react-native-gesture-handler": "~2.13.4",
"react-native-reanimated": "3.6.2",
"react-native-safe-area-context": "~4.9.0",
"react-native-svg": "~15.1.0"
},
"workspaces": [
"sandbox"
],
"packageManager": "[email protected]",
"engines": {
"node": ">= 18"
},
"release-it": {
"git": {
"commitMessage": "chore(Release): version ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"description": "Luko Design System using react-native for iOS and Android",
"repository": {
"type": "git",
"url": "https://github.com/GetLuko/streamline"
},
"author": "luko",
"main": "lib/module/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"!/src/**/__test__/*"
]
}