-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 734 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 734 Bytes
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
{
"name": "barebonefe",
"version": "1.0.0",
"description": "",
"main": "index.tsx",
"scripts": {
"android": "rn-wix-engine -p engineConfig.json -a",
"ios": "rn-wix-engine -p engineConfig.json -i"
},
"devDependencies": {
"@babel/plugin-proposal-export-namespace-from": "7.18.6",
"@react-native-community/eslint-config": "^3.0.1",
"@types/react-native": "^0.66.15",
"@<YOUR-GITHUB-USERNAME>/barebone": "0.0.4",
"eslint": "7.32.0",
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
"prettier": "^2.5.1",
"react": "17.0.2",
"react-native": "0.67.4"
},
"peerDependencies": {
"@<YOUR-GITHUB-USERNAME>/barebone": "*"
},
"author": "",
"license": "ISC"
}