-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
{
"name": "graphql-inspect",
"version": "0.1.1",
"description": "",
"main": "index.js",
"scripts": {
"check": "tsc --noEmit src/index.ts",
"dev": "vite",
"build:firefox": "tsx build.ts firefox",
"bundle:firefox": "web-ext build --source-dir ./dist/firefox --overwrite-dest",
"start:firefox": "web-ext run --source-dir ./dist/firefox"
},
"author": "lokmeinmatz <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/codemirror": "^5.60.5",
"@types/firefox-webext-browser": "^94.0.1",
"@types/har-format": "^1.2.8",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-window": "^1.8.5",
"@vitejs/plugin-react": "^2.0.0",
"del": "^7.0.0",
"esbuild": "^0.15.0",
"rollup-plugin-visualizer": "^5.7.1",
"sass": "^1.54.4",
"tsx": "^3.8.1",
"typescript": "^4.7.4",
"vite": "^3.0.5",
"web-ext": "^7.1.1",
"webextension-polyfill": "^0.9.0"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.22.4",
"classnames": "^2.3.1",
"codemirror": "5",
"codemirror-graphql": "^1.3.2",
"graphql": "^16.5.0",
"mitt": "^3.0.0",
"prettier": "^2.7.1",
"rc-resize-observer": "^1.2.0",
"react": "^18.2.0",
"react-codemirror2": "^7.2.1",
"react-dom": "^18.2.0",
"react-json-view": "^1.21.3",
"react-use": "^17.4.0",
"react-window": "^1.8.7",
"zustand": "^4.0.0"
}
}