-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
47
48
49
50
51
52
53
{
"name": "react-native-background-shapes",
"version": "1.0.7",
"description": "Beautiful backgrounds shapes to React Native based in flex (Android + IOS)",
"main": "dist/lib/index.js",
"scripts": {
"start": "./node_modules/.bin/parcel src/docs/index.html",
"build": "./node_modules/.bin/webpack --mode=production",
"build:docs": "./node_modules/.bin/parcel build src/docs/index.js -d ./dist/docs && cp src/docs/index.html dist/docs/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevoj/react-native-background-shapes.git"
},
"keywords": [
"react",
"react-native",
"shapes",
"react-shapes",
"background",
"react-background",
"flex",
"background-flex",
"shapes-flex"
],
"author": "https://github.com/kevoj",
"license": "MIT",
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-native": "^0.62.2"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"babel-loader": "^8.1.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"metro-react-native-babel-preset": "^0.59.0",
"parcel-bundler": "^1.12.4",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"react": "16.11.0",
"react-dom": "^16.13.1",
"react-native": "^0.62.2"
}
}