-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.28 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
72
73
74
75
76
77
78
79
{
"name": "get-things-done",
"version": "1.2.6",
"description": "Get things done",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build-lib": "rollup -c",
"chromatic": "npx chromatic --project-token=448576c2b297"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HemendraKhatik/get-things-done.git"
},
"keywords": [
"get-things-done",
"react-components",
"react-component",
"react-component-library",
"drag-and-drop",
"upload-media-drag-and-drop",
"steps-form",
"steps",
"react-steps",
"react-tab",
"tabs"
],
"author": {
"name": "Hemendra Khatik"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/HemendraKhatik/get-things-done/issues"
},
"homepage": "https://github.com/HemendraKhatik/get-things-done#readme",
"peerDependencies": {
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@alfalab/icons-glyph": "^2.76.0",
"@babel/core": "^7.19.6",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-node-resolve": "^15.0.0",
"@storybook/addon-a11y": "^6.5.13",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-docs": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/react": "^6.5.13",
"@storybook/testing-library": "^0.0.13",
"@storybook/theming": "^6.5.13",
"babel-loader": "^8.2.5",
"chromatic": "^6.10.4",
"postcss": "^8.4.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-live": "^3.1.1",
"rollup": "^3.2.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"storybook-addon-live-examples": "^1.0.5"
},
"dependencies": {
"classnames": "^2.3.2",
"rollup-plugin-svg": "^2.0.0"
},
"readme": "ERROR: No README data found!"
}