-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.25 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
{
"name": "tofin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@editorjs/editorjs": "^2.29.1",
"@editorjs/embed": "^2.7.4",
"@editorjs/header": "^2.8.1",
"@editorjs/image": "^2.9.0",
"@editorjs/link": "^2.6.2",
"@editorjs/list": "^1.9.0",
"@editorjs/quote": "^2.6.0",
"@editorjs/simple-image": "^1.6.0",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@nivo/bar": "^0.87.0",
"@nivo/pie": "^0.87.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query-devtools": "^5.45.1",
"@types/node": "^20.14.8",
"@types/react-slick": "^0.23.13",
"@types/xml2js": "^0.4.14",
"axios": "^1.7.2",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"event-source-polyfill": "^1.0.31",
"fs": "^0.0.1-security",
"http-proxy-middleware": "^3.0.0",
"install": "^0.13.0",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18.2.0",
"react-editor-js": "^2.1.0",
"react-modal": "^3.16.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.23.1",
"react-simple-star-rating": "^5.1.7",
"react-slick": "^0.30.2",
"react-spinners": "^0.13.8",
"react-toastify": "^10.0.5",
"reactcomponent": "^1.0.0",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.11",
"xml2js": "^0.6.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@types/event-source-polyfill": "^1.0.5",
"@types/node": "^20.14.8",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-svgr": "^4.2.0"
}
}