-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.39 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.39 KB
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
{
"name": "@ierik/react-generics",
"description": "",
"version": "0.1.10",
"main": "src/index.ts",
"author": "Erik Isidore <ericssonico@proton.me>",
"license": "GPL-3",
"homepage": "https://github.com/iErik/react-generics#readme",
"publishConfig": {
"@ierik:registry": "https://npm.pkg.github.com"
},
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"pre-release": "standard-version && git push --follow-tags",
"full-release": "standard-version && git push --follow-tags && npm publish",
"release": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iErik/react-generics.git"
},
"bugs": {
"url": "https://github.com/iErik/react-generics/issues"
},
"dependencies": {
"@stitches/react": "^1.2.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.3",
"vite": "^4.2.1"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.1.0",
"@storybook/addon-interactions": "^7.1.0",
"@storybook/addon-links": "^7.1.0",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.1.0",
"@storybook/react": "^7.1.0",
"@storybook/react-vite": "^7.1.0",
"@storybook/testing-library": "^0.2.0",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"standard-version": "^9.5.0",
"storybook": "^7.1.0"
}
}