-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.95 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
{
"name": "kickon-web-next",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"notify:deploy": "node scripts/notify-slack.js",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@slack/web-api": "^7.10.0",
"@stomp/stompjs": "^7.1.1",
"@tiptap/extension-font-family": "^2.11.5",
"@tiptap/extension-image": "^2.11.5",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/extension-text-align": "^2.11.5",
"@tiptap/extension-text-style": "^2.11.5",
"@tiptap/extension-underline": "^2.11.5",
"@tiptap/extension-youtube": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"axios": "^1.13.2",
"browser-image-compression": "^2.0.2",
"clsx": "^2.1.1",
"dompurify": "^3.2.4",
"dotenv": "^17.2.2",
"html-react-parser": "^5.2.5",
"lodash": "^4.17.21",
"next": "15.1.9",
"react": "^19.2.1",
"react-calendar": "^6.0.0",
"react-dom": "^19.2.1",
"react-icons": "^5.5.0",
"react-player": "^3.3.1",
"sockjs-client": "^1.6.1",
"swiper": "^11.2.5",
"ua-parser-js": "^2.0.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4.0.0",
"@tanstack/eslint-plugin-query": "^5.83.1",
"@tanstack/react-query": "^5.85.5",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.16",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sockjs-client": "^1.5.4",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"jsdom": "^26.1.0",
"postcss": "^8.5.2",
"prettier": "^3.5.1",
"tailwindcss": "^4.0.0",
"typescript": "^5"
}
}