-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.88 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "quick-cyc",
"version": "1.0.1",
"description": "A component library for pipelines and acyclic flows in React",
"scripts": {
"rollup": "rollup -c",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"deploy": "npm run rollup && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamesgiu/quick-cyc.git"
},
"keywords": [
"react",
"pipelines",
"ci/cd",
"continuous integration",
"continuous development",
"loading",
"tabler-icons",
"icons",
"progress",
"DAG",
"acyclic",
"component",
"pipeline",
"stepper"
],
"author": "jamesgiu",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jamesgiu/quick-cyc/issues"
},
"homepage": "https://jamesgiu.github.io/quick-cyc/",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"devDependencies": {
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.1",
"@storybook/react": "^7.5.1",
"@storybook/react-webpack5": "^7.5.1",
"@storybook/testing-library": "^0.2.2",
"@types/react": "^18.2.33",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.1.4",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^7.5.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@tabler/icons-react": "^2.40.0"
}
}