-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "liquid-product-gallery",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"engines": {
"node": "^20",
"pnpm": "^8"
},
"scripts": {
"start": "vite build -w",
"build": "vite build",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --fix --ext .ts",
"theme:dev": "shopify theme dev --store weblovo-store",
"theme:push": "shopify theme push --store weblovo-store --ignore templates/*.json --ignore config/settings_data.json",
"theme:pull": "shopify theme pull --store weblovo-store"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-prettier": "^8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"glob": "^10.3.15",
"prettier": "^3.2.5",
"sass": "^1.58.3",
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"swiper": "^11.1.3"
}
}