-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
93 lines (93 loc) · 2.31 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
91
92
93
{
"dependencies": {
"@beamwind/play": "^2.1.1",
"@radix-ui/react-context-menu": "^0.0.1",
"@radix-ui/react-dropdown-menu": "^0.0.1",
"@reach/combobox": "^0.12.1",
"@reach/listbox": "^0.12.1",
"@reach/tooltip": "^0.12.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"array-move": "^3.0.1",
"beamwind": "^2.0.2",
"create-hook-context": "^1.0.0",
"flru": "^1.0.2",
"framer-motion": "^3.1.1",
"graphql": "^15.4.0",
"hoofd": "^1.0.2",
"keez": "^1.0.1",
"monaco-textmate": "^3.0.1",
"onigasm": "^2.2.5",
"path": "npm:path-browserify",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-error-boundary": "^3.1.0",
"react-split-grid": "^1.0.3",
"recoil": "^0.1.2",
"use-monaco": "^0.0.34"
},
"peerDependencies": {
"graphql": "*",
"react": "*",
"react-dom": "*"
},
"files": [
"dist",
"render",
"README.md"
],
"name": "@magiql/browser",
"types": "dist/types",
"version": "0.0.32",
"exports": {
".": {
"import": "./dist/types/index.js",
"browser": "./dist/types/index.js",
"require": "./dist/index.js",
"node": "./dist/index.js",
"default": "./dist/types/index.js"
},
"./render": {
"import": "./dist/esm/render.js",
"browser": "./dist/esm/render.js",
"require": "./dist/render.js",
"node": "./dist/render.js",
"default": "./dist/esm/render.js"
},
"./package.json": "./package.json",
"./": "./"
},
"main": "dist/index.js",
"module": "dist/types/index.js",
"devDependencies": {
"@prefresh/vite": "^1.2.2",
"@types/node": "^14.14.13",
"bundlesize": "^0.18.0",
"next": "^10.0.3",
"pluralize": "^8.0.0",
"preact": "^10.5.7",
"prettier": "^2.2.1",
"serve": "^11.3.2",
"shellac": "^0.4.0",
"tailwindcss": "^2.0.2",
"ts-morph": "^9.1.0",
"tsup": "^3.10.1",
"typescript": "^4.1.3",
"vite": "^1.0.0-rc.13",
"vite-plugin-react": "^4.0.1",
"xss": "^1.0.8"
},
"browser": {
"path": "path-browserify"
},
"scripts": {
"dev": "vite",
"build": "sucrase-node scripts/build.ts",
"drypub": "cd pkg && yalc publish",
"gen": "sucrase-node scripts/morph.ts",
"pub": "cd pkg && yarn publish --access public"
},
"prettier": {
"tabWidth": 2
}
}