-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
105 lines (105 loc) · 3.32 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
{
"name": "peer-na-web",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": "18.18.2",
"npm": "please-use-yarn"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint --cache . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepare": "husky install",
"chromatic": "npx chromatic --project-token=chpt_f27ec640cbc1e6f"
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@stackflow/core": "^1.0.9",
"@stackflow/plugin-basic-ui": "^1.5.0",
"@stackflow/plugin-history-sync": "^1.3.14",
"@stackflow/plugin-renderer-basic": "^1.1.6",
"@stackflow/plugin-renderer-web": "^1.1.6",
"@stackflow/react": "^1.1.6",
"@tanstack/react-query": "^5.17.0",
"@tanstack/react-query-devtools": "^5.17.0",
"axios": "^1.6.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.2.0",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"framer-motion": "^10.17.4",
"lottie-react": "^2.4.0",
"mkcert": "^3.2.0",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-freeze": "^1.0.3",
"react-gtm-module": "^2.0.11",
"react-hot-toast": "^2.4.1",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"vaul": "^0.8.0",
"vite-plugin-mkcert": "1.17.0"
},
"devDependencies": {
"@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/addon-styling-webpack": "^0.0.5",
"@storybook/blocks": "^7.6.6",
"@storybook/builder-vite": "^7.6.6",
"@storybook/react": "^7.6.6",
"@storybook/react-vite": "^7.6.6",
"@storybook/test": "^7.6.6",
"@tanstack/eslint-plugin-query": "^5.14.6",
"@types/dom-to-image": "^2.6.7",
"@types/file-saver": "^2.0.7",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-gtm-module": "^2",
"@types/uuid": "^9",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"@yarnpkg/pnpify": "^4.0.1",
"@yarnpkg/sdks": "^3.1.0",
"autoprefixer": "^10.4.16",
"chromatic": "^10.2.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.3",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"storybook": "^7.6.6",
"tailwindcss": "^3.4.0",
"typescript": "^5.2.2",
"vite": "^5.0.12",
"vite-plugin-checker": "^0.6.4"
},
"eslintConfig": {
"extends": "react-app"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]",
"packageManager": "[email protected]"
}