-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.94 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
{
"name": "@yeonsubaek/yeonsui",
"version": "2.0.1",
"description": "UI library for REACT developers",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/YeonsuBaek/yeonsui"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime-corejs3": "^7.23.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.69",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"jest-environment-jsdom": "^29.7.0",
"moment": "^2.30.1",
"pretendard": "^1.3.9",
"react": "^18.2.0",
"react-datetime": "^3.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"sass": "^1.69.7",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"prepare": "rm -rf dist && mkdir dist && tsc && cp -r src/index.css dist/",
"test": "react-scripts test --watchAll=false",
"test:v": "react-scripts test --coverage --watchAll=false",
"test:c": "npx jest --coverage --testPathPattern=src/components/",
"eject": "react-scripts eject",
"type": "tsc",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_04539ffcd0313cb",
"icon": "cd src/assets/icon && sh generate-icon.sh",
"prettier": "prettier --write .",
"sass": "sass --watch src/styles/index.scss src/index.css"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"plugin:storybook/recommended"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.6",
"@storybook/preset-create-react-app": "^7.6.6",
"@storybook/react": "^7.6.6",
"@storybook/react-webpack5": "^7.6.6",
"@storybook/test": "^7.6.6",
"@testing-library/react": "^14.3.1",
"chromatic": "^10.9.6",
"eslint-plugin-storybook": "^0.6.15",
"jest": "^29.7.0",
"prettier": "^2.3.2",
"prop-types": "^15.8.1",
"storybook": "^7.6.6",
"webpack": "^5.89.0"
},
"prettier": {
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}