-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.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
{
"name": "cdn-image",
"version": "0.0.9",
"description": "Get Images from Redmind-CDN with correct sizes instead of directly from the source",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && tsc",
"test": "jest",
"preversion": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RedmindAB/cdn-image.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RedmindAB/cdn-image/issues"
},
"homepage": "https://github.com/RedmindAB/cdn-image#readme",
"peerDependencies": {
"react": "^16.10.1",
"react-native": "^0.61.1",
"react-native-fast-image": "^7.0.2"
},
"devDependencies": {
"@types/node": "^12.7.8",
"@types/react": "^16.9.3",
"@types/react-native": "^0.60.17",
"@types/react-test-renderer": "^16.9.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react": "^16.10.1",
"react-native": "^0.61.1",
"react-native-fast-image": "^7.0.2",
"react-test-renderer": "^16.10.2",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3"
},
"dependencies": {
"@types/jest": "^24.0.18"
}
}