-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.23 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
{
"name": "IOT-Map-Component",
"version": "0.0.0",
"description": "## Table of contents",
"main": "index.ts",
"directories": {
"doc": "doc"
},
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "cd src/iotMapManager && npm i && npm run build && cd ../.. && npm i && storybook build -o ./docs && mkdirp docs/assets/img && cp src/iotMapManager/img/* docs/assets/img/",
"deploy-storybook": "git add docs && git commit -m 'chore(storybook): deploy' --allow-empty && git subtree split --branch gh-pages --prefix docs && git push origin gh-pages -f && echo 'Storybook successfully deployed'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Orange-OpenSource/IOT-Map-Component.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Orange-OpenSource/IOT-Map-Component/issues"
},
"homepage": "https://github.com/Orange-OpenSource/IOT-Map-Component#readme",
"devDependencies": {
"@storybook/addon-a11y": "10.5.0",
"@storybook/addon-docs": "10.5.0",
"@storybook/html-vite": "10.5.0",
"iotmapmanager": "file:src/iotMapManager",
"mkdirp": "^3.0.1",
"ods-storybook-theme": "^2.0.0",
"storybook": "10.5.0"
}
}