-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "react-native-web-image-loader",
"version": "0.1.1",
"description": "react-native-web-image-loader",
"main": "lib/index.js",
"scripts": {
"build": "rimraf lib/* && tsc -b",
"dev": "tsc -b -w",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peter-jozsa/react-native-web-image-loader.git"
},
"keywords": [
"webpack",
"react",
"native",
"image",
"loader",
"web"
],
"author": "Józsa Péter",
"license": "MIT",
"bugs": {
"url": "https://github.com/peter-jozsa/react-native-web-image-loader/issues"
},
"homepage": "https://github.com/peter-jozsa/react-native-web-image-loader#readme",
"devDependencies": {
"@types/node": "^13.13.1",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^2.0.2",
"rimraf": "^2.5.4",
"typescript": "^3.8.3"
},
"dependencies": {
"image-size": "^0.5.1",
"loader-utils": "^2.0.0",
"schema-utils": "^2.6.6"
}
}