-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.44 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "storybook",
"version": "1.0.0",
"path": "storybook-static",
"description": "Starter kit for implementing branded atomic design system through tokenized theming",
"scripts": {
"start": "start-storybook -p 6006 -s public",
"build": "node --version && gulp sass && build-storybook",
"build-storybook": "build-storybook",
"serve-storybook": "serve storybook-static",
"test": "jest --coverage",
"test:update": "jest --update-snapshot",
"scss": "gulp sass"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/rkiran16/storybook.git"
},
"engines": {
"node": ">=16.11"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-proposal-private-methods": "^7.16.11",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.16.7",
"@babel/plugin-transform-block-scoping": "^7.16.7",
"@babel/plugin-transform-classes": "^7.16.7",
"@babel/plugin-transform-destructuring": "^7.17.7",
"@babel/plugin-transform-for-of": "^7.16.7",
"@babel/plugin-transform-parameters": "^7.16.7",
"@babel/plugin-transform-shorthand-properties": "^7.16.7",
"@babel/plugin-transform-spread": "^7.16.7",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.16.7",
"@storybook/addon-a11y": "^6.5.4",
"@storybook/addon-actions": "^6.5.4",
"@storybook/addon-essentials": "^6.5.4",
"@storybook/addon-jest": "^6.5.4",
"@storybook/addon-links": "^6.5.4",
"@storybook/addon-storyshots": "^6.5.4",
"@storybook/addons": "^6.5.4",
"@storybook/builder-webpack5": "^6.5.0-rc.1",
"@storybook/manager-webpack5": "^6.5.0-rc.1",
"@storybook/preset-scss": "^1.0.3",
"@storybook/theming": "^6.5.4",
"@storybook/web-components": "^6.5.4",
"babel-jest": "^24.8.0",
"babel-loader": "^8.2.5",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-polyfill-corejs3": "^0.5.2",
"chromatic": "^6.10.2",
"core-js": "^3.22.4",
"css-loader": "^5.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-sass": "^5.1.0",
"jest": "^26.6.3",
"jest-environment-jsdom": "^26.6.2",
"jest-environment-jsdom-thirteen": "^1.0.1",
"jest-serializer-html": "^7.1.0",
"jest-specific-snapshot": "^4.0.0",
"jest-transformer-mdx": "^2.2.0",
"prettier": "^2.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.51.0",
"sass-loader": "^10.0.0",
"storybook-addon-pseudo-states": "^1.14.0",
"storybook-addon-themes": "^6.1.0",
"storybook-module-federation": "^0.6.2",
"style-loader": "^2.0.0",
"webpack": "^5.73.0"
},
"dependencies": {
"bootstrap": "^5.1.3",
"choices.js": "^10.1.0",
"lit": "^2.2.3",
"lit-html": "^2.2.4",
"storybook-stylesheet-toggle": "^0.1.3"
},
"bugs": {
"url": "https://github.com/rkiran16/storybook/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/rkiran16/storybook#readme",
"_id": "[email protected]"
}