-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 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
{
"name": "@viur/shop-components",
"version": "0.15.3",
"description": "Frontend Vue components for the shop module of ViUR",
"repository": {
"type": "git",
"url": "git+https://github.com/viur-framework/shop-components.git"
},
"keywords": [
"viur",
"shop",
"components"
],
"author": "Kadir Balku",
"license": "MIT",
"bugs": {
"url": "https://github.com/viur-framework/shop-components/issues"
},
"homepage": "https://github.com/viur-framework/shop-components#readme",
"main": "src/main.js",
"scripts": {
"build": "vite build",
"watch": "vite build --watch"
},
"dependencies": {
"@viur/ignite": "^5.1.2",
"@viur/shoelace": "^1.0.10-v2.20.0",
"@viur/vue-utils": "^3.3.1",
"@vueuse/core": "^13.1.0",
"pinia": "^2.3.1",
"vue": "^3.5.13",
"vue-i18n": "^11.1.3",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"postcss-custom-media": "^11.0.5",
"postcss-nesting": "^13.0.1",
"prettier": "^3.5.3",
"vite": "^6.2.6"
}
}