-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 967 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 967 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
28
29
30
31
32
33
34
{
"name": "@vite-plugin-web-components-hmr/monorepo",
"private": true,
"type": "module",
"packageManager": "pnpm@7.23.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fi3ework/vite-plugin-web-components-hmr.git",
"directory": "packages/dev-server-hmr"
},
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/packages/dev-server-hmr",
"main": "src/index.js",
"scripts": {
"clone": "pnpm -r --filter='./scripts' run clone"
},
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-import-assertions": "^7.12.1",
"@babel/plugin-syntax-top-level-await": "^7.12.1",
"micromatch": "^4.0.5",
"picomatch": "^2.2.2"
},
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"adm-zip": "^0.5.10",
"got": "^12.5.3",
"octokit": "^2.0.11",
"tsx": "^3.12.2",
"vite": "^4.0.4"
}
}