-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.17 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.17 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
{
"name": "@delightfulstudio/react-native-component-boilerplate",
"version": "0.0.0",
"description": "React Native Component Boilerplate",
"author": "Delightful Studio",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"test": "true",
"build": "true",
"release-notes": "conventional-github-releaser -p eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DelightfulStudio/react-native-component-boilerplate.git"
},
"dependencies": {},
"peerDependencies": {
"react": ">=16.4.2",
"react-native": ">=0.55.4"
},
"devDependencies": {
"@textpress/eslint-config-textpress": "^0.4.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-preset-react-native": "^4.0.1",
"conventional-github-releaser": "^3.1.2",
"eslint": "^5.6.0",
"jest": "^23.6.0",
"metro-react-native-babel-preset": "0.45.5",
"prop-types": "^15.6.2",
"react": "16.5.0",
"react-native": "0.57.0",
"react-test-renderer": "16.5.0"
},
"jest": {
"preset": "react-native"
}
}