-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 1.45 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
{
"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 ../.. && storybook build -o ./docs && mkdir -p 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": "^8.4.2",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.4.2",
"@storybook/html": "^8.4.2",
"@storybook/html-webpack5": "^8.4.2",
"@storybook/manager-api": "^8.4.2",
"@storybook/test": "^8.4.2",
"iotmapmanager": "file:src/iotMapManager",
"ods-storybook-theme": "^1.1.0",
"storybook": "^8.4.2",
"tsconfig-paths-webpack-plugin": "^4.1.0"
}
}