-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.8 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.8 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "react-native-picasso",
"version": "1.1.12",
"description": "",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run:linter": "eslint 'src/**/*.js'",
"build": "rm -rf build && mkdir build && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meienberger/react-native-picasso.git"
},
"author": "Nicolas Meienberger",
"license": "MIT",
"bugs": {
"url": "https://github.com/meienberger/react-native-picasso/issues"
},
"homepage": "https://github.com/meienberger/react-native-picasso#readme",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.56",
"@types/react-native": "^0.63.34",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.8.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"eslint-plugin-react-native": "^3.9.1",
"metro-react-native-babel-preset": "^0.63.0",
"prettier": "^2.1.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-native": "^0.63.2",
"typescript": "^4.0.5"
},
"peerDependencies": {
"react": ">= 16",
"react-native": ">= 0.63"
},
"files": [
"build"
],
"dependencies": {
"@types/hoist-non-react-statics": "^3.3.1",
"deepmerge": "^4.2.2",
"hoist-non-react-statics": "^3.3.2"
}
}