-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
106 lines (106 loc) · 3.26 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
99
100
101
102
103
104
105
106
{
"name": "hang-log-design-system",
"version": "1.3.8",
"description": "행록 디자인 시스템",
"homepage": "https://github.com/hang-log-design-system/design-system",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"browser": "./browser/specific/main.js",
"scripts": {
"start": "webpack --mode development",
"dev": "webpack serve --mode development --open --hot",
"build": "webpack --mode production",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"publish:npm": "rm -rf dist && mkdir dist && tsc && rm -rf ./dist/stories && cp -r ./src/assets ./dist && tsc-alias",
"chromatic": "npx chromatic --project-token=chpt_9e90f3a3f28a532",
"lint": "eslint src"
},
"keywords": [
"react",
"ui",
"design-system",
"react-components",
"uikit",
"components",
"emotion",
"typescript",
"library"
],
"contributors": [
{
"name": "Ashley Heo",
"email": "[email protected]",
"url": "https://github.com/ashleysyheo"
},
{
"name": "Woochan Lim",
"email": "[email protected]",
"url": "https://github.com/dladncks1217"
},
{
"name": "Dahye Yun",
"email": "[email protected]",
"url": "https://github.com/Dahyeeee"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/hang-log-design-system/design-system.git"
},
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.6",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/babel-preset-css-prop": "^11.11.0",
"@storybook/addon-a11y": "^7.1.1",
"@storybook/addon-essentials": "^7.0.25",
"@storybook/addon-interactions": "^7.0.25",
"@storybook/addon-links": "^7.0.25",
"@storybook/blocks": "^7.0.25",
"@storybook/react": "^7.0.25",
"@storybook/react-webpack5": "^7.0.25",
"@storybook/testing-library": "^0.0.14-next.2",
"@svgr/webpack": "^8.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"babel-plugin-react-require": "^4.0.0",
"chromatic": "^6.19.9",
"eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.12",
"html-webpack-plugin": "^5.5.3",
"prettier": "^2.8.8",
"storybook": "^7.0.25",
"ts-loader": "^9.4.4",
"tsc-alias": "^1.8.7",
"typescript": "^5.1.6",
"url-loader": "^4.1.1",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"bugs": {
"url": "https://github.com/hang-log-design-system/design-system/issues"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}