-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.15 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.15 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "iblis-react-native-undraw",
"version": "0.4.0",
"license": "Apache-2.0",
"author": "DELACOURT Vincent <vincent.delacourt@gmail.com>",
"description": "React Native component library for undraw.co (1263 illustrations)",
"contributors": [
{
"name": "DELACOURT Vincent",
"email": "vincent.delacourt@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git@github.com:vdelacou/iblis-react--native-undraw.git"
},
"bugs": {
"url": "https://github.com/vdelacou/iblis-react-native-undraw/issues"
},
"homepage": "https://github.com/vdelacou/iblis-react-native-undraw#readme",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "jest",
"tsc": "npm run delete && tsc",
"delete": "rimraf dist",
"lint": "tsdx lint"
},
"peerDependencies": {
"react": ">=16.9",
"react-native": ">=0.60.15",
"react-native-svg": ">=9.13.3"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 180,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@types/jest": "latest",
"@types/react": "latest",
"@types/react-native": "latest",
"@types/react-test-renderer": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"awesome-typescript-loader": "latest",
"babel-eslint": "latest",
"babel-loader": "latest",
"eslint": "latest",
"eslint-plugin-react-hooks": "1.x",
"husky": "latest",
"react": "16.9.0",
"react-docgen-typescript-loader": "latest",
"react-native": "latest",
"react-native-svg": "latest",
"react-test-renderer": "latest",
"rimraf": "latest",
"ts-loader": "latest",
"tsdx": "latest",
"tslib": "latest",
"tslint": "latest",
"tslint-config-prettier": "latest",
"tslint-config-standard": "latest",
"tslint-etc": "latest",
"tslint-react": "latest",
"tslint-react-hooks": "latest",
"typescript": "latest",
"webpack": "^4.41.5",
"mem": ">=4.0.0"
}
}