-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 917 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
38
39
{
"name": "draggable-react",
"version": "1.0.0-beta.12",
"description": "React components for Shopify's draggable",
"author": {
"name": "Tzvi Melamed",
"url": "http://tzvi.melamed.biz/"
},
"repository": {
"type": "git",
"url": "https://github.com/Omniroot/draggable-react"
},
"license": "MIT",
"scripts": {
"build": "tsc",
"prepare": "in-publish && yarn run build || :"
},
"files": [
"lib/**/*.js"
],
"main": "./lib/index.js",
"dependencies": {
"@shopify/draggable": "^1.0.0-beta.3",
"prop-types": "^15.6.0",
"uuid": "^3.1.0"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0",
"react-dom": "^15.3.0 || ^16.0.0"
},
"devDependencies": {
"@types/prop-types": "^15.5.2",
"@types/react": "^16.0.25",
"@types/react-dom": "^16.0.3",
"@types/uuid": "^3.4.3",
"in-publish": "^2.0.0",
"typescript": "^2.6.1"
}
}