-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 861 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 861 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
28
29
30
31
32
33
34
{
"name": "@youjinbu/react-native",
"version": "0.0.2",
"files": [
"template.config.js",
"template/",
"!template/**/*.DS_Store",
"!template/.env",
"!template/.expo",
"!template/node_modules",
"!template/ios/Pods/",
"!template/ios/HelloWorld.xc*",
"!template/android/app/build/",
"!template/android/build/",
"!template/android/.gradle/"
],
"repository": "https://github.com/youjinbu/react-native-template",
"keywords": [
"react-native",
"react-native-template"
],
"license": "MIT",
"scripts": {
"lint": "eslint template --ext .ts,.tsx && tsc -p template"
},
"devDependencies": {
"@youjinbu/eslint-config": "0.9.1",
"@youjinbu/prettier-config": "0.0.1",
"eslint": "8.3.0",
"prettier": "2.4.1",
"typescript": "4.5.2"
},
"prettier": "@youjinbu/prettier-config"
}