-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.77 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.77 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
{
"name": "shot-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3003",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.14.0",
"@mui/material": "^5.14.0",
"@rails/actioncable": "^8.0.200",
"@tippyjs/react": "^4.2.6",
"@tiptap/extension-color": "^2.23.0",
"@tiptap/extension-dropcursor": "^2.23.0",
"@tiptap/extension-image": "^2.23.0",
"@tiptap/extension-list-item": "^2.23.0",
"@tiptap/extension-mention": "^2.23.0",
"@tiptap/extension-text-style": "^2.23.0",
"@tiptap/pm": "^2.23.0",
"@tiptap/react": "^2.23.0",
"@tiptap/starter-kit": "^2.23.0",
"@tiptap/suggestion": "^2.23.0",
"@types/node": "20.4.4",
"@types/react": "18.2.15",
"@types/react-dom": "18.0.9",
"axios": "^1.3.2",
"cookie": "^1.0.2",
"dompurify": "^3.2.6",
"eslint": "8.30.0",
"eslint-config-next": "13.1.0",
"lodash": "^4.17.21",
"material-ui-popup-state": "^5.0.9",
"next": "^15.3.3",
"next-auth": "^4.22.1",
"react": "18.2.0",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"sass": "^1.89.2",
"tippy.js": "^6.3.7",
"typescript": "^5.1.6"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/cookie": "^0.5.1",
"@types/jest": "^29.5.3",
"@types/rails__actioncable": "^6.1.11",
"@types/react-color": "^3.0.6",
"jest": "^29.6.1",
"jest-environment-jsdom": "^30.0.5",
"ts-jest": "^29.1.1"
}
}