|
1 | 1 | { |
2 | | - "name": "space-toolkit", |
| 2 | + "name": "space", |
| 3 | + "version": "2.2.0", |
3 | 4 | "scripts": { |
4 | 5 | "dev": "npm-run-all --parallel vite_dev shopify_dev", |
5 | | - "pull": "shopify theme pull --nodelete --store brickspacetestingstore.myshopify.com", |
6 | | - "shopify_dev": "shopify theme dev --store brickspacetestingstore.myshopify.com", |
| 6 | + "pull": "shopify theme pull --nodelete --store high-variant-combined-testing-store.myshopify.com", |
| 7 | + "shopify_dev": "shopify theme dev --store high-variant-combined-testing-store.myshopify.com", |
7 | 8 | "vite_dev": "vite dev", |
8 | 9 | "test": "vitest", |
9 | 10 | "coverage": "vitest run --coverage", |
|
17 | 18 | }, |
18 | 19 | "license": "MIT", |
19 | 20 | "devDependencies": { |
20 | | - "@shopify/prettier-plugin-liquid": "^1.5.2", |
| 21 | + "@shopify/prettier-plugin-liquid": "^1.6.1", |
21 | 22 | "@tailwindcss/aspect-ratio": "^0.4.2", |
22 | | - "@tailwindcss/forms": "^0.5.3", |
| 23 | + "@tailwindcss/forms": "^0.5.9", |
23 | 24 | "autoprefixer": "^10.4.20", |
24 | | - "jsdom": "^21.1.1", |
| 25 | + "jsdom": "^25.0.1", |
25 | 26 | "npm-run-all": "^4.1.5", |
26 | | - "postcss": "^8.4.47", |
27 | | - "postcss-import": "^15.1.0", |
28 | | - "postcss-nested": "^6.0.1", |
29 | | - "prettier": "^3.1.0", |
30 | | - "prettier-plugin-tailwindcss": "^0.6.8", |
31 | | - "tailwindcss": "^3.4.13", |
32 | | - "vite": "^4.2.0", |
33 | | - "vite-plugin-shopify": "^2.0.2", |
34 | | - "vitest": "^0.29.7" |
| 27 | + "postcss": "^8.4.49", |
| 28 | + "postcss-import": "^16.1.0", |
| 29 | + "postcss-nested": "^7.0.2", |
| 30 | + "prettier": "^3.4.1", |
| 31 | + "prettier-plugin-tailwindcss": "^0.6.9", |
| 32 | + "tailwindcss": "^3.4.15", |
| 33 | + "vite": "^5.4.11", |
| 34 | + "vite-plugin-shopify": "^3.1.0", |
| 35 | + "vitest": "^2.1.8" |
35 | 36 | }, |
36 | 37 | "dependencies": { |
37 | | - "@alpinejs/focus": "^3.12.0", |
38 | | - "@alpinejs/intersect": "^3.12.0", |
39 | | - "@alpinejs/persist": "^3.12.0", |
40 | | - "alpinejs": "^3.12.0", |
41 | | - "instant.page": "5.1.1" |
| 38 | + "@alpinejs/focus": "^3.14.6", |
| 39 | + "@alpinejs/intersect": "^3.14.6", |
| 40 | + "@alpinejs/persist": "^3.14.6", |
| 41 | + "alpinejs": "^3.14.6", |
| 42 | + "instant.page": "5.2.0" |
42 | 43 | }, |
43 | 44 | "config": { |
44 | | - "store": "brickspacetestingstore.myshopify.com" |
| 45 | + "store": "high-variant-combined-testing-store.myshopify.com" |
45 | 46 | } |
46 | 47 | } |
0 commit comments