-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 3.08 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "fassbender-shopify-theme",
"version": "3.0.0",
"description": "Shopify theme for Fassbender",
"main": "src/ts/main.ts",
"typings": "src/ts/types",
"type": "module",
"scripts": {
"lint": "eslint ./src --ext .ts,.tsx --fix && tsc --noEmit",
"test": "yarn lint",
"clear": "rimraf ./theme/assets/*.js ./theme/assets/*.css ./theme/assets/*.tsbuildinfo ./theme/assets/*.map; exit 0;",
"build": "yarn clear && yarn lint && yarn build:vite",
"build:vite": "vite build",
"watch": "yarn clear && concurrently \"npm:watch:*\"",
"watch:vite": "vite build --watch --mode dev",
"watch:shopify": "shopify theme dev --store=fassbender-shop.myshopify.com --theme-editor-sync --path=./theme",
"pull:customization": "shopify theme pull --store=fassbender-shop.myshopify.com --path=./theme -n -o 'templates/*' -o 'templates/customers/*' -o 'config/settings_data.json' -o 'locales/*.json' -l",
"push:dev": "shopify theme push --store=fassbender-shop.myshopify.com --path=./theme -n -a -t 148039270664",
"push:rc": "shopify theme push --store=fassbender-shop.myshopify.com --path=./theme -u -t \"Release Candidate\""
},
"repository": {
"type": "git",
"url": "[email protected]:ArtCodeStudio/fassbender-shopify-theme.git"
},
"keywords": [
"Art+Code Studio",
"Bootstrap4",
"Shopify",
"myfassbender",
"Fassbender"
],
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ArtCodeStudio/fassbender-shopify-theme/blob/main/LICENSE"
}
],
"bugs": {
"url": "https://github.com/ArtCodeStudio/fassbender-shopify-theme/issues"
},
"homepage": "https://myfassbender.com/",
"devDependencies": {
"@ribajs/eslint-config": "^2.0.0-rc.11",
"@ribajs/tsconfig": "^2.0.0-rc.11",
"@shopify/cli": "^3.54.0",
"@shopify/theme": "^3.54.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-legacy": "^5.3.0",
"@yarnpkg/pnpify": "^4.0.1",
"concurrently": "^8.2.2",
"core-js": "^3.35.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4",
"terser": "^5.27.0",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"dependencies": {
"@ribajs/bs4": "^2.0.0-rc.11",
"@ribajs/bs5": "^2.0.0-rc.11",
"@ribajs/core": "^2.0.0-rc.11",
"@ribajs/events": "^2.0.0-rc.11",
"@ribajs/extras": "^2.0.0-rc.11",
"@ribajs/history": "^2.0.0-rc.11",
"@ribajs/i18n": "^2.0.0-rc.11",
"@ribajs/jquery": "^2.0.0-rc.11",
"@ribajs/router": "^2.0.0-rc.11",
"@ribajs/shopify": "^2.0.0-rc.11",
"@ribajs/shopify-tda": "^2.0.0-rc.11",
"@ribajs/types": "^2.0.0-rc.11",
"@ribajs/utils": "^2.0.0-rc.11",
"@types/debug": "^4.1.12",
"@types/jquery": "^3.5.29",
"@types/p-queue": "^3.2.1",
"bootstrap": "^4.x",
"debug": "^4.3.4",
"p-queue": "^8.0.1",
"popper.js": "^1.16.1",
"rimraf": "^5.0.5",
"sass": "^1.70.0"
},
"packageManager": "[email protected]"
}