-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.31 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"tinymce-postinstall": "node ./tinyMCEPostInstall.js"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.23",
"postcss-nesting": "^11.2.2",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6",
"vite": "^4.0.0",
"yup": "^1.2.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.5",
"@tinymce/tinymce-react": "^4.3.2",
"@types/google.accounts": "^0.0.9",
"@types/tinymce": "^4.6.9",
"animate.css": "^4.1.1",
"formik": "^2.4.3",
"fs-extra": "^11.2.0",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"react-toastify": "^9.1.3",
"sort-by": "^0.0.2",
"swiper": "^10.3.1",
"tinymce": "^6.8.2",
"uuid": "^9.0.1",
"vite-plugin-svgr": "^2.2.2"
}
}