forked from apollographql/apollo-client-devtools
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·139 lines (139 loc) · 5.07 KB
/
package.json
File metadata and controls
executable file
·139 lines (139 loc) · 5.07 KB
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
138
139
{
"name": "apollo-client-devtools-repo",
"private": true,
"description": "Developer tools for Apollo Client, with Studio Explorer integration, cache inspection, and query watching.",
"license": "MIT",
"version": "4.18.15",
"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",
"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-check": "changeset status --verbose --since=origin/main",
"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"
},
"dependencies": {
"@apollo/brand": "^0.7.0",
"@apollo/client": "3.11.10",
"@apollo/icons": "^0.7.0",
"@apollo/tailwind-preset": "^0.2.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",
"expect-type": "^0.20.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.20.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.1",
"@changesets/cli": "2.27.12",
"@eslint/js": "^9.21.0",
"@graphql-codegen/cli": "5.0.7",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-operations": "4.2.3",
"@graphql-codegen/typescript-resolvers": "4.1.0",
"@graphql-tools/mock": "9.0.23",
"@graphql-tools/schema": "10.0.23",
"@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.326",
"@types/eslint__js": "8.42.3",
"@types/jest": "29.5.14",
"@types/react": "18.3.23",
"@types/react-copy-to-clipboard": "5.0.7",
"@types/react-dom": "18.3.7",
"@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.21",
"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.53",
"postcss": "8.4.49",
"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.17",
"terser-webpack-plugin": "5.3.14",
"ts-jest": "29.1.5",
"ts-loader": "9.5.2",
"tsx": "4.11.0",
"typescript": "5.5.4",
"typescript-eslint": "7.14.1",
"web-ext-plugin": "2.11.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"
},
"workspaces": [
"packages/*"
]
}