-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.34 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
{
"name": "my-recipe-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "storybook dev -p 6006 & vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prettier": "prettier . --write",
"prettier:check": "prettier . --check",
"preview": "vite preview",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "chromatic --exit-zero-on-changes"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@types/react-dates": "^21.8.6",
"@types/textarea-caret": "^3.0.3",
"axios": "^1.6.2",
"framer-motion": "^10.16.4",
"hangul-js": "^0.2.6",
"immer": "^10.0.3",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dates": "^21.8.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"textarea-caret": "^3.1.0",
"zustand": "^4.4.6"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@storybook/addon-designs": "^7.0.5",
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.3.2",
"@storybook/jest": "^0.2.1",
"@storybook/react": "^7.3.2",
"@storybook/react-vite": "^7.3.2",
"@storybook/testing-library": "^0.2.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@swc/plugin-emotion": "^2.5.70",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"chromatic": "^6.24.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-storybook": "^0.6.13",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "3.0.1",
"prettier-plugin-organize-imports": "^3.2.3",
"storybook": "^7.3.2",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-svgr": "^3.2.0"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}