-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
executable file
·46 lines (46 loc) · 1.32 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
{
"name": "sanity-plugin-tabs",
"version": "2.1.0",
"description": "Sanity input component for rendering fieldsets as tabs",
"main": "lib/index.js",
"scripts": {
"dev": "npx babel src -d lib --copy-files --watch --source-maps",
"build": "npx babel src -d lib --copy-files",
"deploy": "npm run build && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.10.4",
"babel-plugin-react-css-modules": "^5.2.6",
"eslint": "^8.10.0",
"eslint-config-sanity": "^5.1.0",
"eslint-plugin-react": "^7.29.2"
},
"dependencies": {
"@sanity/form-builder": "^2.27.1",
"classnames": "^2.3.1",
"prop-types": "^15.8.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"keywords": [
"sanity",
"cms",
"sanity-plugin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/azzlack/sanity-plugin-tabs.git"
},
"bugs": {
"url": "https://github.com/azzlack/sanity-plugin-tabs/issues"
},
"homepage": "https://www.sanity.io/",
"author": "Ove Andersen",
"license": "ISC"
}