-
Notifications
You must be signed in to change notification settings - Fork 166
/
package.json
executable file
·137 lines (137 loc) · 5.41 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "apollo-client-devtools",
"description": "Developer tools for Apollo Client, with Studio Explorer integration, cache inspection, and query watching.",
"license": "MIT",
"version": "4.18.9",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-client-devtools.git"
},
"scripts": {
"install:client": "npm install --prefix development/client",
"install:server": "npm install --prefix development/server",
"install:dev": "run-p install:client install:server",
"start:client": "npm start --prefix development/client",
"start:server": "npm start --prefix development/server",
"start:dev": "run-p start:client start:server",
"dist:chrome": "npm run build -- --env TARGET=chrome && tsx build.ts chrome",
"dist:firefox": "npm run build -- --env TARGET=firefox && tsx build.ts firefox",
"dist:vscode": "npm run build -- --env TARGET=vscode && cp ./dist/src/extension/vscode/server.d.ts build/vscode-server.d.ts && cp ./dist/src/extension/vscode/client.d.ts build/vscode-client.d.ts",
"build": "npm run clean && webpack --env NODE_ENV=production --progress",
"build:dev": "npm run clean && webpack --env NODE_ENV=development --progress",
"clean": "rimraf build && rimraf dist && mkdir build && rimraf *.zip",
"changeset-publish": "npm run build -- --env TARGET=firefox && changeset publish",
"changeset-check": "changeset status --verbose --since=origin/main",
"changeset-version": "changeset version && npm i && npm run prepdist:changesets",
"prepdist:changesets": "tsx prepareChangesetsRelease.cts && prettier src/extension/firefox/manifest.json src/extension/chrome/manifest.json --write",
"chrome": "npm run build:dev -- --watch --env TARGET=chrome",
"firefox": "npm run build:dev -- --watch --env TARGET=firefox",
"format": "prettier --write .",
"check:format": "prettier --check .",
"lint": "ESLINT_USE_FLAT_CONFIG=true yarn eslint src",
"test": "jest",
"type-check": "tsc --noEmit",
"test:circleci": "jest --maxWorkers=2",
"test:watch": "jest --watch",
"codegen": "graphql-codegen --config codegen.ts",
"pkg-pr-new-publish": "npm run dist:vscode && cd build && pkg-pr-new publish --no-template"
},
"dependencies": {
"@apollo/brand": "^0.7.0",
"@apollo/client": "3.11.8",
"@apollo/icons": "^0.6.0",
"@apollo/tailwind-preset": "^0.2.0",
"@graphql-codegen/typescript-resolvers": "^4.1.0",
"@headlessui/react": "^2.1.0",
"@headlessui/tailwindcss": "^0.2.0",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@xstate/react": "^4.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.3",
"graphql": "^16.0.0",
"graphql-tag": "^2.11.0",
"polished": "^4.1.1",
"prism-react-renderer": "^2.0.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-json-tree": "^0.19.0",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^1.0.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-github": "^12.0.0",
"tailwind-merge": "^2.3.0",
"xstate": "^5.14.0",
"zen-observable": "^0.10.0"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-operations": "4.2.3",
"@graphql-tools/mock": "9.0.5",
"@graphql-tools/schema": "10.0.7",
"@parcel/watcher": "2.4.1",
"@svgr/webpack": "8.1.0",
"@testing-library/dom": "^10.2.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@total-typescript/ts-reset": "0.5.1",
"@types/archiver": "6.0.3",
"@types/chrome": "0.0.280",
"@types/eslint__js": "8.42.3",
"@types/jest": "29.5.14",
"@types/react": "18.3.12",
"@types/react-copy-to-clipboard": "5.0.7",
"@types/react-dom": "18.3.1",
"@types/webextension-polyfill": "0.10.7",
"@types/zen-observable": "0.8.7",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"archiver": "7.0.1",
"autoprefixer": "10.4.20",
"copy-webpack-plugin": "12.0.2",
"css-loader": "6.11.0",
"eslint": "8.57.1",
"eslint-plugin-jest-dom": "5.4.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-testing-library": "6.2.2",
"globals": "14.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-matchmedia-mock": "1.1.0",
"npm-run-all": "4.1.5",
"pkg-pr-new": "^0.0.30",
"postcss": "8.4.47",
"postcss-loader": "8.1.1",
"prettier": "3.3.2",
"resize-observer-polyfill": "1.5.1",
"rimraf": "5.0.10",
"style-loader": "3.3.4",
"tailwindcss": "3.4.14",
"terser-webpack-plugin": "5.3.10",
"ts-jest": "29.1.5",
"ts-loader": "9.5.1",
"tsx": "4.11.0",
"typescript": "5.5.4",
"typescript-eslint": "7.14.1",
"web-ext-plugin": "2.9.0",
"webextension-polyfill": "0.12.0",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-stats-plugin": "1.1.3",
"ws": "^8.18.0"
}
}