-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
47 lines (47 loc) · 1.34 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
{
"name": "paper",
"version": "7.6.0",
"scripts": {
"dev": "npm-run-all --parallel vite_dev shopify_dev",
"pull": "shopify theme pull --nodelete --store brickspacetestingstore.myshopify.com",
"shopify_dev": "shopify theme dev --store brickspacetestingstore.myshopify.com",
"vite_dev": "vite dev",
"test": "vitest",
"coverage": "vitest run --coverage",
"build": "vite build",
"format": "prettier -w ."
},
"author": {
"name": "Brickspace Lab",
"email": "[email protected]",
"url": "https://www.brickspacelab.com"
},
"license": "MIT",
"devDependencies": {
"@shopify/prettier-plugin-liquid": "^1.5.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.20",
"jsdom": "^21.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13",
"vite": "^4.2.0",
"vite-plugin-shopify": "^2.0.2",
"vitest": "^0.29.7"
},
"dependencies": {
"@alpinejs/focus": "^3.12.0",
"@alpinejs/intersect": "^3.12.0",
"@alpinejs/persist": "^3.12.0",
"alpinejs": "^3.12.0",
"instant.page": "5.1.1"
},
"config": {
"store": "brickspacetestingstore.myshopify.com"
}
}