-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
56 lines (56 loc) · 1.44 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
{
"name": "@mindinventory/react-native-boilerplate",
"version": "3.0.0",
"description": "React Native Template",
"repository": "https://github.com/Mindinventory/react-native-boilerplate.git",
"author": "Mindinventory",
"license": "MIT",
"main": "./bin/index.js",
"private": false,
"scripts": {
"android": "cd MIBoilerplate/ && npx react-native run-android",
"ios": "cd MIBoilerplate/ && npx react-native run-ios",
"prepare": "husky"
},
"bin": {
"@mindinventory/react-native-boilerplate": "./bin/index.js"
},
"bugs": {
"url": "https://github.com/Mindinventory/react-native-boilerplate/issues"
},
"homepage": "https://github.com/Mindinventory/react-native-boilerplate/blob/master/README.md",
"keywords": [
"react-native",
"mindinventory",
"boilerplate",
"starter-kit",
"react-native-template",
"react",
"native",
"template",
"expo"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Mindinventory/react-native-boilerplate/blob/master/LICENSE"
}
],
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"husky": "^9.1.6"
},
"dependencies": {
"chalk": "^5.3.0",
"execa": "^9.4.0",
"figlet": "^1.7.0",
"fs-extra": "^11.2.0",
"inquirer": "^11.0.2",
"kleur": "^4.1.5",
"ora": "^8.1.0",
"path": "^0.12.7",
"replace-in-file": "^8.2.0"
},
"type": "commonjs"
}