forked from sanity-io/orderable-document-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.93 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@sanity/orderable-document-list",
"version": "0.0.9",
"description": "Drag-and-drop Document Ordering without leaving the Editing surface",
"main": "lib/index.js",
"scripts": {
"build": "sanipack build",
"watch": "sanipack build --watch",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable && sanipack build && sanipack verify",
"postpublish": "pinst --enable",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint:fix"
}
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/sanity-io/sanity-plugin-orderable-document-list"
},
"keywords": [
"sanity",
"sanity-plugin"
],
"author": "Sanity.io <[email protected]>",
"license": "MIT",
"dependencies": {
"@sanity/icons": "^1.2.1",
"@sanity/ui": "^0.37.6",
"lexorank": "^1.0.4",
"prop-types": "^15.8.1",
"react-beautiful-dnd": "^13.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"autoprefixer": "^10.3.6",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-config-sanity": "^5.1.0",
"eslint-import-resolver-webpack": "^0.13.1",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.2",
"pinst": "^2.1.6",
"prettier": "^2.4.1",
"sanipack": "^2.1.0"
},
"peerDependencies": {
"@sanity/desk-tool": "^2.29.0",
"react": "^17.0.2"
},
"bugs": {
"url": "https://github.com/sanity-io/sanity-plugin-orderable-document-list/issues"
},
"homepage": "https://github.com/sanity-io/sanity-plugin-orderable-document-list#readme"
}