-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 758 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
27
{
"private": true,
"name": "single-spa-vue-force-dev",
"version": "0.0.0",
"description": "A browser extension that forces all vue applications into dev mode. Works well together with single-spa.",
"author": "David Adamson",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"check:format": "prettier --check --ignore-path .gitignore .",
"build": "sh ./build.sh",
"postinstall": "patch-package"
},
"dependencies": {
"pinia": "3.0.4"
},
"devDependencies": {
"@semantic-release/exec": "^7.1.0",
"patch-package": "^8.0.1",
"prettier": "^3.8.1",
"semantic-release": "^25.0.3",
"vite": "^8.0.16",
"vite-plugin-web-extension": "^4.5.1",
"webextension-polyfill": "^0.12.0"
}
}