-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.93 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
{
"name": "react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "./scripts/dev_proxy.sh 1 && REACT_CORE=${REACT_CORE} vite",
"build": "REACT_CORE=${REACT_CORE} tsc -b && vite build",
"lint": "eslint .",
"preview": "REACT_CORE=${REACT_CORE} vite preview",
"prettier": "prettier --write ."
},
"dependencies": {
"@chatscope/chat-ui-kit-react": "^2.0.3",
"@chatscope/chat-ui-kit-styles": "^1.4.0",
"@radix-ui/themes": "^3.2.1",
"@stripe/react-stripe-js": "^2.6.2",
"@stripe/stripe-js": "^3.2.0",
"@types/react-bootstrap": "^0.32.37",
"@types/uuid": "^10.0.0",
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.477.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.9",
"react-currency-input-field": "^3.8.0",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.10",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.3",
"react-router-dom": "^6.22.3",
"react-select": "^5.10.0",
"react-split": "^2.0.14",
"react-table": "^7.8.0",
"tailwind-merge": "^3.0.2",
"uuid": "^11.0.5"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"fs-extra": "^11.3.0",
"postcss": "^8.5.3",
"prettier": "^3.2.5",
"sass": "^1.75.0",
"tailwindcss": "^4.0.9",
"vite": "^5.2.0"
}
}