-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
{
"name": "react-vov",
"version": "1.0.0",
"description": "A react library that wraps vov.css functionality",
"main": "index.js",
"scripts": {
"lint": "npx eslint src",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaibhav111tandon/react-vov.git"
},
"author": "Vaibhav Tandon",
"license": "MIT",
"bugs": {
"url": "https://github.com/vaibhav111tandon/react-vov/issues"
},
"homepage": "https://github.com/vaibhav111tandon/react-vov#readme",
"dependencies": {
"react": "^18.3.1",
"vov.css": "^1.2.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@eslint/js": "^9.16.0",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/addon-onboarding": "^8.4.6",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.4.6",
"@storybook/react": "^8.4.6",
"@storybook/react-webpack5": "^8.4.6",
"@storybook/test": "^8.4.6",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.12.0",
"prop-types": "^15.8.1",
"storybook": "^8.4.6"
}
}