-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.03 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.03 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
{
"name": "comon",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@lexical/code": "^0.21.0",
"@lexical/html": "^0.21.0",
"@lexical/link": "^0.21.0",
"@lexical/react": "^0.21.0",
"@lexical/rich-text": "^0.21.0",
"@lexical/selection": "^0.21.0",
"@lexical/utils": "^0.21.0",
"@tanstack/react-query": "^5.61.0",
"axios": "^1.7.7",
"jotai": "^2.10.3",
"lexical": "^0.21.0",
"prettier": "^3.3.3",
"prismjs": "^1.30.0",
"react": "^18.3.1",
"react-calendar": "^5.1.0",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.0.1",
"react-slick": "^0.30.3",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.9.2",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-slick": "^0.23.13",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.15.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.21.1",
"workbox-build": "^7.3.0",
"workbox-cacheable-response": "^7.3.0",
"workbox-cli": "^2.1.3",
"workbox-expiration": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0"
}
}