-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "@viur/shop-components",
"version": "0.1.6",
"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": {
"@tanstack/vue-table": "^8.20.5",
"@viur/ignite": "^5.1.2",
"@viur/shoelace": "^1.0.8-v2.19.0",
"@viur/vue-utils": "^1.8.2",
"@vueuse/core": "^11.1.0",
"pinia": "^2.2.4",
"primevue": "^4.1.1",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@faker-js/faker": "^9.0.3",
"@vitejs/plugin-vue": "^5.1.4",
"postcss-custom-media": "^11.0.3",
"postcss-nesting": "^13.0.0",
"prettier": "^3.3.3",
"vite": "^5.4.9"
}
}