-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 3.04 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
{
"name": "tify-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings=-1",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"deploy-storybook": "storybook-to-ghpages",
"chromatic": "npx chromatic --exit-zero-on-changes -d storybook-static/"
},
"resolutions": {
"@types/react": "^18.0.37"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/serialize": "^1.1.2",
"@emotion/styled": "^11.11.0",
"@react-native-community/datetimepicker": "^7.4.1",
"@storybook/addon-actions": "^7.0.24",
"@storybook/addons": "^7.0.27",
"@tanstack/react-query": "^4.29.15",
"@tanstack/react-query-devtools": "^4.29.15",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.5",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-cookie": "^4.1.1",
"react-copy-to-clipboard": "^5.1.0",
"react-datepicker": "^4.16.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.2",
"react-modal": "^3.16.1",
"react-native-modal-datetime-picker": "^17.1.0",
"react-router-dom": "^6.14.1",
"react-toastify": "^9.1.3",
"recoil": "^0.7.7"
},
"devDependencies": {
"@lottiefiles/react-lottie-player": "^3.5.3",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/addon-styling": "^1.3.4",
"@storybook/blocks": "^7.0.18",
"@storybook/builder-vite": "^7.0.22",
"@storybook/react": "^7.0.18",
"@storybook/react-vite": "^7.0.18",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/prettier": "^2.7.3",
"@types/react": "^18.0.37",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-datepicker": "^4.15.0",
"@types/react-dom": "^18.0.11",
"@types/react-modal": "^3.16.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.60.0",
"@vitejs/plugin-react": "^4.0.0",
"chromatic": "^6.19.9",
"emotion-reset": "^3.0.1",
"emotion-theming": "^11.0.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"eslint-plugin-storybook": "^0.6.12",
"fast-deep-equal": "^3.1.3",
"prettier": "^3.0.0",
"prop-types": "^15.8.1",
"recoil-persist": "^5.1.0",
"storybook": "^7.0.18",
"typescript": "4.9.5",
"vite": "^4.3.9"
},
"packageManager": "yarn@3.5.0",
"readme": "ERROR: No README data found!",
"_id": "tify-client@0.0.0"
}