-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.44 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.44 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
{
"name": "space",
"version": "2.2.1",
"scripts": {
"dev": "npm-run-all --parallel vite_dev shopify_dev",
"pull": "shopify theme pull --nodelete --store high-variant-combined-testing-store.myshopify.com",
"shopify_dev": "shopify theme dev --store high-variant-combined-testing-store.myshopify.com",
"vite_dev": "vite dev",
"test": "vitest",
"coverage": "vitest run --coverage",
"build": "vite build",
"format": "prettier -w ."
},
"author": {
"name": "Brickspace Lab",
"email": "hello@brickspacelab.com",
"url": "https://www.brickspacelab.com"
},
"license": "MIT",
"devDependencies": {
"@shopify/prettier-plugin-liquid": "^1.6.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "^10.4.20",
"jsdom": "^25.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-nested": "^7.0.2",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15",
"vite": "^5.4.11",
"vite-plugin-shopify": "^4.1.0",
"vitest": "^2.1.8"
},
"dependencies": {
"@alpinejs/focus": "^3.14.6",
"@alpinejs/intersect": "^3.14.6",
"@alpinejs/persist": "^3.14.6",
"@by-association-only/vite-plugin-shopify-clean": "^2.2.0",
"alpinejs": "^3.14.6",
"instant.page": "5.2.0"
},
"config": {
"store": "high-variant-combined-testing-store.myshopify.com"
}
}