-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 956 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
40
{
"name": "sanity-plugin-ui-improvements",
"version": "1.0.6",
"description": "Plugin for Sanity which provides visual improvements to the interface",
"keywords": [
"sanity",
"sanity-plugin",
"sanity-studio",
"sanity-io",
"sanity-cms"
],
"main": "dist/index.js",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build"
},
"author": "Cantilever.co",
"license": "ISC",
"peerDependencies": {
"sanity": "^3.52.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cantilever/sanity-plugin-ui-improvements.git"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"i": "^0.3.7",
"npm": "^10.8.2",
"rollup": "^4.21.1",
"rollup-plugin-import-css": "^3.5.1",
"rollup-plugin-postcss": "^4.0.2"
}
}