Skip to content

Commit 7c36cbb

Browse files
authored
🚧 Create package.json
1 parent 8c158b1 commit 7c36cbb

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

package.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"name": "jsonresume-web-component",
3+
"version": "0.0.0",
4+
"author": "scottnath",
5+
"description": "A web component which presents a JSON Resume documented with microdata",
6+
"homepage": "https://scottnath.github.io/jsonresume-web-component",
7+
"bugs": {
8+
"url": "https://github.com/scottnath/jsonresume-web-component/issues"
9+
},
10+
"scripts": {
11+
"release": "semantic-release --debug=true"
12+
},
13+
"type": "module",
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/scottnath/jsonresume-web-component.git"
17+
},
18+
"publishConfig": {
19+
"provenance": true
20+
},
21+
"license": "MIT",
22+
"devDependencies": {
23+
"@chromatic-com/storybook": "^1.4.0",
24+
"@cucumber/microdata": "^2.1.0",
25+
"@custom-elements-manifest/analyzer": "^0.10.2",
26+
"@custom-elements-manifest/to-markdown": "^0.1.0",
27+
"@guidepup/virtual-screen-reader": "^0.24.1",
28+
"@storybook/addon-coverage": "^1.0.3",
29+
"@storybook/addon-essentials": "^8.1.1",
30+
"@storybook/addon-interactions": "^8.1.1",
31+
"@storybook/addon-links": "^8.1.1",
32+
"@storybook/blocks": "^8.1.1",
33+
"@storybook/test": "^8.1.1",
34+
"@storybook/test-runner": "^0.18.0",
35+
"@storybook/web-components": "^8.1.1",
36+
"@storybook/web-components-vite": "^8.1.1",
37+
"chromatic": "^11.3.5",
38+
"commander": "^12.0.0",
39+
"esbuild": "^0.21.2",
40+
"esbuild-plugin-inline-import": "^1.0.4",
41+
"fs-extra": "^11.2.0",
42+
"html-validate": "8.18.2",
43+
"jsdoc-to-markdown": "^8.0.1",
44+
"json-schema-to-typescript": "14.0.4",
45+
"micromark": "^4.0.0",
46+
"profile-components": "^0.4.1",
47+
"storybook": "^8.1.1",
48+
"storydocker-utilities": "^0.0.21",
49+
"vite": "5.2.11",
50+
"vite-plugin-static-copy": "^1.0.4",
51+
"wc-storybook-helpers": "^2.0.2",
52+
"yaml": "^2.4.2"
53+
},
54+
"dependencies": {
55+
"@lit/task": "^1.0.0",
56+
"jsonresume-theme-microdata": "^0.0.6-next.7",
57+
"lit": "^3.1.3"
58+
}
59+
}

0 commit comments

Comments
 (0)