forked from archetype-themes/reference-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.05 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.05 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
{
"name": "@archetype-themes/reference-components",
"version": "2.0.0",
"description": "A sample collection of Shopify theme components built by Archetype Themes",
"main": "playwright.setup.js",
"scripts": {
"build": "shopify theme component dev --no-watch",
"deploy": "source .env && shopify theme push --path .explorer --theme $SHOPIFY_CLI_THEME_ID --allow-live",
"test": "npm run build && source .env && npm run deploy && playwright test --ui",
"format": "prettier --write --cache ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/archetype-themes/reference-components.git"
},
"author": "Archetype Themes LP",
"license": "MIT",
"bugs": {
"url": "https://github.com/archetype-themes/reference-components/issues"
},
"homepage": "https://github.com/archetype-themes/reference-components#readme",
"devDependencies": {
"@playwright/test": "^1.42.1",
"@shopify/prettier-plugin-liquid": "^1.4.4",
"dotenv": "^16.4.5",
"prettier": "^3.2.5"
},
"dependencies": {
"glob": "^11.0.1"
}
}