-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.31 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
{
"name": "@travelmakers/travelmakers-design",
"private": true,
"author": "Travelmakers. Inc.",
"license": "MIT",
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": []
},
"scripts": {
"type": "tsc --noEmit",
"build": "lerna run build --include-dependencies --stream",
"clean": "rimraf packages/*/{esm,cjs,lib,dist} packages/**/*.tsbuildinfo",
"storybook": "esno scripts/storybook-start",
"build-storybook": "build-storybook -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",
"moment-timezone": "^0.5.41",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native": "0.69.7",
"react-native-svg": "^13.6.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.8",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-image": "^3.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@storybook/addon-a11y": "^6.4.9",
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-controls": "^6.4.9",
"@storybook/addon-docs": "^6.5.10",
"@storybook/addon-storysource": "^6.4.9",
"@storybook/addon-viewport": "^6.4.9",
"@storybook/addons": "^6.4.9",
"@storybook/react": "^6.4.9",
"@storybook/storybook-deployer": "^2.8.10",
"@storybook/theming": "^6.5.10",
"@svgr/rollup": "^6.5.1",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-native": "0.69.7",
"@types/yargs": "^17.0.7",
"esno": "^0.12.1",
"execa": "^5.0.0",
"rollup": "^2.61.0",
"rollup-plugin-esbuild": "^4.7.2",
"rollup-plugin-node-externals": "^3.0.1",
"rollup-plugin-url": "^3.0.1",
"rollup-plugin-visualizer": "^5.5.2",
"storybook-addon-outline": "^1.4.2",
"storybook-addon-turbo-build": "^1.0.1",
"storybook-dark-mode": "^1.0.8",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.5.2",
"yargs": "^17.3.0"
},
"resolutions": {
"**/@babel/preset-env": "~7.12.0"
},
"contributors": [
{
"email": "[email protected]",
"name": "GiDong Seong"
}
]
}