-
Notifications
You must be signed in to change notification settings - Fork 249
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 938 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 938 Bytes
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
{
"name": "@shopify/ui-extensions-dev-console-app",
"version": "3.93.0",
"packageManager": "pnpm@10.11.1",
"private": true,
"scripts": {
"build": "nx build",
"clean": "nx clean",
"dev": "nx dev",
"lint": "nx lint",
"lint:fix": "nx lint:fix",
"vitest": "vitest"
},
"dependencies": {
"@shopify/polaris-icons": "^8.0.0",
"@shopify/ui-extensions-server-kit": "5.4.0",
"copy-to-clipboard": "^3.3.3",
"qrcode.react": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.3",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@shopify/ui-extensions-test-utils": "3.26.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^5.1.4",
"jsdom": "^25.0.0",
"sass": "^1.83.1",
"vite": "6.4.2"
}
}