-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
{
"name": "kuasa-front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.14",
"daisyui": "^3.7.7",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.27",
"prettier": "^3.0.2",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@vercel/analytics": "^1.0.2",
"@vitejs/plugin-react": "^4.0.3",
"axios": "^1.5.0",
"dompurify": "^3.0.6",
"formik": "^2.4.4",
"latest": "^0.2.0",
"pure-react-carousel": "^1.30.1",
"react": "^18.2.0",
"react-datepicker": "^4.21.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.15.0",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.3",
"remixicon": "^3.5.0",
"slick-carousel": "^1.8.1",
"tw-elements": "^1.0.0-beta3",
"vite": "^4.4.5",
"yup": "^1.2.0"
}
}