-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "sanity-plugin-inline-svg",
"version": "1.0.3",
"description": "Sanity.io studio plugin to upload and display SVG files inline.",
"main": "lib/svgUpload.js",
"scripts": {
"dev": "npx babel src -d lib --copy-files --watch --source-maps",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "babel -D -d lib/ src/"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/artemartemov/sanity-plugin-inline-svg-upload-preview.git"
},
"keywords": [
"sanity.io",
"svg",
"upload",
"sanity",
"studio",
"plugin",
"sanity",
"plugin"
],
"author": "Artem Artemov",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.0"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0"
},
"dependencies": {
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"prop-types": "^15.7.2",
"react-sanitized-html": "^2.0.0",
"sanitize-html": "^1.20.1"
}
}