-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 3.57 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
107
108
109
110
111
112
113
114
{
"name": "@team-return/design-system",
"version": "1.1.11",
"repository": {
"type": "git",
"url": "https://github.com/Team-Return/JOBIS-DESIGN-SYSTEM.git"
},
"main": "dist/index",
"module": "dist/index",
"keywords": [
"storybook",
"design-system"
],
"author": {
"name": "jikwan",
"email": "[email protected]"
},
"files": [
"dist"
],
"license": "MIT",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.0",
"zustand": "^4.3.7"
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build": "webpack && tsc --declaration",
"release": "auto shipit --base-branch=main",
"prepare": "husky install",
"analyze": "yarn build & webpack-bundle-analyzer ./dist/bundle-report.json",
"semantic-release": "semantic-release",
"chromatic": "chromatic --project-token=CHROMATIC_PROJECT_TOKEN"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime-corejs3": "^7.20.13",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-docs": "^6.5.16",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-webpack4": "^6.5.15",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-api": "^7.1.0",
"@storybook/manager-webpack4": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/mdx2-csf": "^0.0.4",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@storybook/theming": "^7.1.0",
"@types/jest": "^29.2.6",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.2",
"babel-loader": "^9.1.2",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"chromatic": "^6.14.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"esbuild": "^0.17.3",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.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.1",
"eslint-plugin-storybook": "^0.6.10",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.3",
"react-docgen-typescript-loader": "^3.7.2",
"storybook": "^6.5.15",
"style-loader": "^3.3.1",
"styled-components": "^5.3.6",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"url-loader": "^4.1.1",
"webpack": "^5.87.0",
"webpack-cli": "^5.1.4"
},
"lint-staged": {
"*.{tsx,ts}": "eslint --fix"
},
"bugs": {
"url": "https://github.com/Team-Return/JOBIS-DESIGN-SYSTEM/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/Team-Return/JOBIS-DESIGN-SYSTEM#readme",
"_id": "[email protected]",
"publishConfig": {
"access": "public"
}
}