-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.45 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
{
"name": "react-native-box-lite",
"version": "0.1.6-beta.4",
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@types/react": "^18.2.6",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"typescript": "5.0.4"
},
"description": "Box lite for React Native, It's good for web developer to move to mobile developer",
"main": "src/index.ts",
"types": "src/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/sangyuo/react-native-components.git"
},
"files": [
"src/"
],
"keywords": [
"react-native",
"react-native-box",
"react-native-box-lite",
"react-native-components",
"react-native-styles",
"react-native-button",
"react-native-text",
"react-native-dropdown",
"react-native-input",
"react-native-progress",
"radio button",
"checkbox",
"className"
],
"author": "SangYuo",
"license": "MIT",
"bugs": {
"url": "https://github.com/sangyuo/react-native-components/issues"
},
"homepage": "https://github.com/sangyuo/react-native-components#readme",
"engines": {
"node": ">=18"
}
}