-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
145 lines (145 loc) · 4.75 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "mashup-admin-fe",
"version": "1.0.0",
"description": "",
"main": "src/index.tsx",
"scripts": {
"start": "webpack serve --config ./webpack/webpack.dev.js",
"build-dev": "yarn type-check && webpack --config ./webpack/webpack.dev.js",
"build-prod": "yarn type-check && webpack --config ./webpack/webpack.prod.js",
"type-check": "tsc --build ./tsconfig.json",
"test": "jest --watchAll --coverage",
"test:ci": "jest --passWithNoTests",
"lint:code": "eslint --ext .js,.jsx,.ts,.tsx src",
"lint:code-fix": "eslint --fix --ext .js,.jsx,.ts,.tsx src",
"prettier:code-fix": "prettier --write",
"lint:style": "stylelint **/*.(ts|tsx)",
"lint:style-fix": "stylelint **/*.(ts|tsx) --fix",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mash-up-kr/mashup-admin-fe.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mash-up-kr/mashup-admin-fe/issues"
},
"homepage": "https://github.com/mash-up-kr/mashup-admin-fe#readme",
"devDependencies": {
"@babel/core": "^7.16.12",
"@mdx-js/react": "^1.6.22",
"@storybook/addon-actions": "^6.4.17",
"@storybook/addon-docs": "^6.4.17",
"@storybook/addon-essentials": "^6.4.17",
"@storybook/addon-links": "^6.4.17",
"@storybook/react": "^6.4.17",
"@stylelint/postcss-css-in-js": "^0.37.2",
"@svgr/webpack": "5.5",
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/daum-postcode": "^2.0.3",
"@types/editorjs__header": "^2.6.0",
"@types/jest": "^27.4.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.10",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/testing-library__dom": "^7.5.0",
"@types/testing-library__jest-dom": "^5.14.2",
"@types/testing-library__react": "^10.2.0",
"@types/testing-library__user-event": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"dotenv-webpack": "^7.0.3",
"emotion-ts-plugin": "^1.1.0",
"eslint": "^8.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.5",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"jest": "^27.4.7",
"jest-plugin-context": "^2.9.0",
"json5-loader": "^4.0.1",
"lint-staged": "^12.3.1",
"pinst": "^2.1.6",
"postcss": "^8.4.5",
"postcss-syntax": "^0.36.2",
"prettier": "^2.5.1",
"stylelint": "^14.2.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.6",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@editorjs/editorjs": "^2.26.5",
"@editorjs/header": "^2.7.0",
"@editorjs/list": "^1.8.0",
"@editorjs/nested-list": "1.1.0",
"@editorjs/paragraph": "^2.9.0",
"@editorjs/underline": "^1.1.0",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"axios": "^0.26.0",
"dayjs": "^1.10.7",
"editorjs-drag-drop": "^1.1.13",
"history": "^5.3.0",
"lodash-es": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.42.1",
"react-router-dom": "^6.2.1",
"recoil": "^0.6.1",
"recoil-persist": "^4.0.0",
"typescript": "^4.5.4",
"xlsx": "^0.18.5"
},
"engines": {
"node": "^18.13.0",
"npm": "please-use-yarn",
"yarn": "^3.6.3"
},
"packageManager": "[email protected]",
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"yarn lint:code-fix --cache",
"yarn lint:style-fix"
],
"*.test.{js,jsx,ts,tsx}": [
"yarn test:ci"
],
"*.json": [
"yarn prettier:code-fix"
]
}
}