-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
81 lines (81 loc) · 2.43 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
{
"name": "co-design",
"private": true,
"author": "Cobalt. Inc.",
"license": "MIT",
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": []
},
"scripts": {
"type": "tsc --noEmit",
"build": "lerna run build --include-dependencies --stream",
"lint": "eslint . --report-unused-disable-directives",
"clean": "rimraf packages/*/{esm,cjs,lib,dist} packages/**/*.tsbuildinfo",
"storybook": "storybook dev -p 6006 -c config/storybook",
"build-storybook": "storybook build -c config/storybook",
"deploy-storybook": "storybook-to-ghpages"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/serialize": "^1.0.2",
"@emotion/server": "^11.4.0",
"@emotion/utils": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.8",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@storybook/addon-a11y": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-storysource": "^7.5.3",
"@storybook/addons": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/nextjs": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/testing-library": "^0.2.0",
"@types/react": "^18.0.11",
"@types/react-dom": "^18.0.0",
"@types/yargs": "^17.0.7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"chromatic": "^6.21.0",
"eslint": "^8.46.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-storybook": "^0.6.13",
"esno": "^0.12.1",
"execa": "^5.0.0",
"lerna": "^6.5.1",
"next": "^14.0.3",
"rollup": "^3.29.5",
"rollup-plugin-esbuild": "^4.7.2",
"rollup-plugin-node-externals": "^3.0.1",
"rollup-plugin-visualizer": "^5.5.2",
"storybook": "^7.5.3",
"storybook-dark-mode": "^3.0.1",
"typescript": "^5.1.6",
"yargs": "^17.3.0"
},
"resolutions": {
"**/@babel/preset-env": "~7.12.0",
"jackspeak": "2.1.1"
},
"contributors": [
{
"email": "[email protected]",
"name": "Lee Sun-Hyoup"
}
]
}