-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (26 loc) · 726 Bytes
/
package.json
File metadata and controls
27 lines (26 loc) · 726 Bytes
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
{
"name": "react-native-full-width-scrollable-image",
"version": "0.1.2",
"main": "dist/index.js",
"repository": "git@github.com:jelleag/react-native-full-width-scrollable-image.git",
"author": "jelleams",
"license": "MIT",
"types": "./src/index.d.ts",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"dependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-native": "^0.68.2",
"rollup": "^1.29.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-typescript2": "^0.25.3"
}
}