forked from OFFLINE-GmbH/oc-mall-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 698 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 698 Bytes
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
{
"name": "@offline/mall",
"homepage": "https://github.com/OFFLINE-GmbH/oc-mall-plugin",
"description": "E-commerce solution for October CMS",
"keywords": [
"october",
"cms",
"e-commerce",
"shop",
"plugin"
],
"license": "MIT",
"author": "Tobias Kündig <tobias@offline.ch> (https://offline.ch)",
"private": true,
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"translate": "translator"
},
"devDependencies": {
"vitepress": "^1.0.0-rc.44",
"vue": "^3.4.21"
}
}