forked from AutoEverFlipFlick/FlipFlick_FE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.8 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.8 KB
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
{
"name": "flipflick-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^41.4.2",
"@ckeditor/ckeditor5-react": "^11.0.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@iconify/react": "^6.0.0",
"@mui/icons-material": "^7.2.0",
"@mui/material": "^7.2.0",
"apexcharts": "^5.2.0",
"axios": "^1.10.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"lucide-react": "^0.525.0",
"react": "^19.1.0",
"react-apexcharts": "^1.7.0",
"react-dom": "^19.1.0",
"react-responsive": "^10.0.1",
"react-router-dom": "^7.6.3",
"react-toastify": "^11.0.5",
"styled-components": "^6.1.18",
"sweetalert2": "^11.22.2",
"use-debounce": "^10.0.5"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.0.1",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/js": "^9.30.1",
"@iconify-json/line-md": "^1.2.8",
"@iconify-json/lucide": "^1.2.57",
"@iconify-json/mdi": "^1.2.3",
"@storybook/addon-a11y": "^9.0.16",
"@storybook/addon-docs": "^9.0.16",
"@storybook/addon-onboarding": "^9.0.16",
"@storybook/addon-vitest": "^9.0.16",
"@storybook/react-vite": "^9.0.16",
"@svgr/plugin-jsx": "^8.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react-responsive": "^8.0.8",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"@typescript-eslint/utils": "^8.36.0",
"@vitejs/plugin-react": "^4.6.0",
"@vitest/browser": "3.2.4",
"@vitest/coverage-v8": "3.2.4",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-storybook": "^9.0.16",
"globals": "^16.3.0",
"husky": "^9.1.7",
"jsdom": "^26.1.0",
"playwright": "^1.54.0",
"prettier": "^3.6.2",
"storybook": "^9.0.16",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.4",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^3.2.4"
}
}