-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.12 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
{
"name": "react.joint",
"version": "1.0.2",
"description": "React wrapper for JointJS",
"files": [
"lib",
"src"
],
"main": "lib",
"typings": "lib",
"scripts": {
"build": "rm -rf lib && mkdir lib && tsc",
"prepublishOnly": "yarn build",
"release-version": "smooth-release"
},
"repository": {
"type": "git",
"url": "[email protected]:FrancescoCioria/react-joint-js.git"
},
"keywords": [
"react",
"react-component",
"flex",
"flexbox"
],
"author": {
"name": "Francesco Cioria",
"url": "https://github.com/FrancescoCioria"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/FrancescoCioria/react-joint-js/issues"
},
"homepage": "https://github.com/FrancescoCioria/react-joint-js",
"dependencies": {
"fp-ts": "^2.8.1",
"jointjs": "^3.2.0",
"lodash": "^4.17.19"
},
"devDependencies": {
"@types/backbone": "^1.4.3",
"@types/lodash": "^4.14.158",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"smooth-release": "^8.0.9",
"typescript": "^3.9.7"
}
}