forked from iddan/react-native-canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 939 Bytes
/
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
{
"name": "@mstiggle/react-native-canvas",
"license": "MIT",
"version": "0.1.38",
"main": "dist/Canvas",
"scripts": {
"build": "babel src --out-dir dist --copy-files --compact false && node bundle-html.js ./dist/index.html",
"copy-to-example": "rsync -rv dist example/node_modules/react-native-canvas",
"build-to-example": "npm run build; npm run copy-to-example;",
"prepare": "npm run build"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.47",
"@babel/core": "7.0.0-beta.47",
"@babel/plugin-proposal-decorators": "7.0.0-beta.47",
"babel-preset-react-native": "^5.0.2",
"eslint": "^4",
"eslint-config-fbjs-opensource": "^1.0.0",
"parse5": "^5.0.0",
"prettier": "^1.14.2"
},
"dependencies": {
"ctx-polyfill": "^1.1.4"
},
"repository": "https://github.com/iddan/react-native-canvas",
"peerDependencies": {
"react-native-webview": ">=5.10.0 || >=6.1.0"
}
}