-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.41 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "wc-github-dynamic",
"version": "0.1.0",
"type": "module",
"main": "dist/index.es.js",
"exports": {
".": "./dist/index.es.js"
},
"types": "types/index.d.ts",
"files": [
"dist",
"types"
],
"keywords": [
"webcomponents",
"lit",
"github-dynamic"
],
"scripts": {
"dev": "vite",
"analyze": "custom-elements-manifest analyze --globs 'src/index.ts' --outdir dist",
"build": "tsc && vite build && npm run copy:demo && npm run docs:gen",
"commit": "git add . && cz && git push",
"copy:demo": "cp demo/* dist/",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"docs:gen": "npm run analyze && esmo scripts/gen-docs.ts",
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "^0.25.0",
"js-cookie": "^3.0.1",
"lit": "^2.0.2"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.5.7",
"@custom-elements-manifest/to-markdown": "^0.1.0",
"@types/js-cookie": "^3.0.1",
"@yunyoujun/utils": "^0.1.4",
"esno": "^0.14.0",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"typescript": "^4.4.4",
"url": "^0.11.0",
"vite": "^2.7.2"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"customElements": "dist/custom-elements.json",
"repository": {
"type": "git",
"url": "https://github.com/wibus-wee/wc-github-dynamic"
}
}