-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 854 Bytes
/
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
{
"name": "sfcc_dev_console",
"private": true,
"version": "2.2.3",
"description": "A Salesforce Commerce Cloud (Demandware) Cartridge for Developers.",
"type": "module",
"contributors": [
{
"name": "Stephen Hendricks",
"email": "[email protected]",
"url": "https://stephenhendricks.me/"
}
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"floating-vue": "^2.0.0-beta.20",
"json-tree-view-vue3": "^0.2.2",
"pinia": "^2.0.28",
"splitpanes": "^3.1.5",
"vue": "^3.2.45",
"vue-monaco-cdn": "^2.0.3",
"vue3-clipboard": "^1.0.0",
"vue3-toastify": "0.0.4",
"vuejs-confirm-dialog": "^0.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"sass": "^1.57.1",
"vite": "^4.0.0"
}
}