-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1004 Bytes
/
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
{
"name": "chartography",
"version": "0.0.7",
"description": "Charts on canvas",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/e-kucheriavyi/chartography.git"
},
"keywords": [
"charts",
"canvas",
"js"
],
"author": "Evgenii Kucheriavyi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/e-kucheriavyi/chartography/issues"
},
"homepage": "https://github.com/e-kucheriavyi/chartography#readme",
"devDependencies": {
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/blocks": "^7.6.10",
"@storybook/html": "^7.6.10",
"@storybook/html-vite": "^7.6.10",
"@storybook/test": "^7.6.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.6.10"
},
"dependencies": {
}
}