-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1003 Bytes
/
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
{
"version": "1.0.0",
"name": "component-library",
"description": "Component Library",
"license": "MIT",
"author": "Kaartje2go (https://github.com/Kaartje2go)",
"scripts": {
"start": "start-storybook"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/babel-plugin": "11.7.2",
"@storybook/addon-a11y": "6.4.19",
"@storybook/addon-actions": "6.4.19",
"@storybook/addon-essentials": "6.4.19",
"@storybook/addon-info": "5.3.21",
"@storybook/addon-links": "6.4.19",
"@storybook/addons": "6.4.19",
"@storybook/components": "6.4.19",
"@storybook/react": "6.4.19",
"@types/lodash.merge": "4.6.6",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13",
"babel-loader": "8.2.3",
"storybook-addon-pseudo-states": "1.0.0",
"typescript": "4.6.2"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@emotion/styled": "11.8.1",
"lodash.merge": "4.6.2",
"react": "17.0.2",
"react-dom": "17.0.2"
}
}