-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.89 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
{
"name": "penelitian-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.11.5",
"@mui/x-data-grid": "^5.17.20",
"@reduxjs/toolkit": "^1.9.1",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@types/node-sass": "^4.11.3",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"axios": "^1.2.2",
"eslint": "^8.40.0",
"eslint-plugin-react-hooks": "^4.6.0",
"flowbite": "^1.8.1",
"flowbite-react": "^0.5.0",
"formik": "^2.2.9",
"framer-motion": "^8.4.6",
"i18next": "^23.0.2",
"i18next-http-backend": "^2.2.1",
"keen-slider": "^6.8.5",
"lint": "^0.8.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.10",
"react-helmet-async": "^1.3.0",
"react-i18next": "^13.0.0",
"react-intersection-observer": "^9.4.3",
"react-redux": "^8.0.5",
"react-router": "^6.26.2",
"react-router-dom": "^6.8.0",
"react-use-cookie": "^1.4.0",
"scss": "^0.2.4",
"styled-components": "^5.3.6",
"swiper": "^10.1.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.15",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.28",
"sass": "^1.57.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.1.0"
}
}