forked from cawfree/react-native-rough
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 900 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
30
31
32
33
34
35
36
37
{
"name": "react-native-rough",
"version": "0.1.1-alpha.0",
"description": "⚛️✍️ Rough.js bindings for that hand-drawn feel.",
"main": "dist",
"repository": "https://github.com/cawfree/react-native-rough",
"author": "Alex Thomas (@cawfree) <hello@cawfree.com>",
"license": "MIT",
"private": false,
"scripts": {
"build": "babel src --out-dir dist",
"prettify": "yarn prettier --write \"**/*.js\"",
"test": "jest"
},
"keywords": [
"react",
"react-native",
"rough",
"roughjs",
"svg",
"animated"
],
"dependencies": {
"roughjs": "^4.3.1"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.1",
"@babel/node": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"husky": "^4.2.5",
"jest": "^26.0.1",
"leasot": "^11.0.0",
"prettier": "^2.0.5"
}
}