-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.62 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
{
"name": "simple-cms-frontend",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build:docker": "vite build",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@lst97/common-restful": "^0.1.0-alpha.18",
"@lst97/react-common-accessories": "^0.1.0-alpha.2",
"@lst97/react-common-interceptors": "0.1.0-alpha.1",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@mui/utils": "^5.15.20",
"@types/quill": "^2.0.14",
"@types/uuid": "^9.0.8",
"axios": "^1.7.2",
"filepond": "^4.31.1",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
"formik": "^2.4.6",
"joi-password": "^4.2.0",
"quill": "^2.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-filepond": "^7.1.2",
"react-quill": "^2.0.0",
"react-router-dom": "^6.23.1",
"short-unique-id": "^5.2.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.30",
"@typescript-eslint/parser": "^8.0.0-alpha.30",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.4.0",
"eslint-plugin-react-hooks": "^5.1.0-rc-f994737d14-20240522",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.38",
"reflect-metadata": "0.2.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.3.1"
}
}