forked from Aratramba/sanity-plugin-media-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
{
"name": "sanity-plugin-media-library",
"description": "The missing media library for Sanity. With filters per tag and filtetype. And it's fully themeable.",
"version": "1.0.2",
"license": "MIT",
"author": "Dennis Passway",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/dennispassway/sanity-plugin-media-library.git"
},
"homepage": "https://github.com/dennispassway/sanity-plugin-media-library#readme",
"bugs": {
"url": "https://github.com/dennispassway/sanity-plugin-media-library/issues"
},
"keywords": [
"cms",
"content",
"headless",
"media-library",
"media",
"plugin",
"realtime",
"sanity-plugin",
"sanity-tool",
"sanity"
],
"scripts": {
"build": "rimraf lib && tsc",
"dev": "tsc -w",
"prepublish": "npm run build"
},
"dependencies": {
"styled-components": "^5.2.1"
},
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/preset-env": "^7.12.10",
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"@types/react": "17.0.0",
"@types/styled-components": "^5.1.5",
"babel-plugin-styled-components": "^1.12.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"typescript": "4.1.2"
},
"peerDependencies": {
"@sanity/base": ">= 2.0.2",
"@sanity/form-builder": ">= 2.0.2",
"react": ">= 16.9"
}
}