forked from ricokahler/sanity-super-pane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.63 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "@fnc/sanity-super-pane",
"version": "0.0.15",
"description": "",
"keywords": [
"sanity"
],
"license": "MIT",
"author": {
"name": "Rico Kahler",
"email": "ricokahler@me.com",
"url": "https://github.com/ricokahler"
},
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"scripts": {
"start": "sanity start",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./scripts/build",
"build:studio": "sanity build public -y",
"prepare": "npm run build",
"lint": "eslint super-pane",
"format": "prettier . --write"
},
"dependencies": {
"@types/classnames": "2.3.0",
"classnames": "2.3.1",
"nanoid": "3.1.23",
"react-error-boundary": "3.1.3"
},
"devDependencies": {
"@babel/core": "7.14.8",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.8",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.14.5",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-node-resolve": "11.2.1",
"@sanity/base": "2.13.1",
"@sanity/cli": "^2.14.0",
"@sanity/client": "2.13.0",
"@sanity/components": "2.13.0",
"@sanity/core": "2.13.1",
"@sanity/default-layout": "2.13.1",
"@sanity/default-login": "2.13.1",
"@sanity/desk-tool": "2.13.1",
"@sanity/google-maps-input": "2.13.1",
"@sanity/icons": "1.1.3",
"@sanity/ui": "0.34.7",
"@sanity/vision": "2.13.1",
"@types/classnames": "2.3.0",
"@types/react": "17.0.15",
"@types/react-dom": "17.0.9",
"@types/styled-components": "5.1.11",
"@typescript-eslint/eslint-plugin": "4.28.5",
"@typescript-eslint/parser": "4.28.5",
"autoprefixer": "10.3.1",
"babel-eslint": "10.1.0",
"eslint": "7.32.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "5.8.2",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"json-reduce": "^2.0.0",
"postcss": "8.3.6",
"prettier": "2.3.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-error-boundary": "3.1.3",
"react-icons": "4.2.0",
"rollup": "2.55.1",
"rollup-plugin-postcss": "4.0.0",
"rxjs": "6.6.7",
"semantic-release": "17.4.4",
"typescript": "4.3.5"
},
"peerDependencies": {
"@sanity/base": "*",
"@sanity/desk-tool": "*",
"@sanity/icons": "^1.0.0",
"@sanity/ui": "*",
"@types/react": "^16 || ^17",
"react": "^16 || ^17",
"rxjs": "^6.0.0"
}
}