-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.76 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 2.76 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "larp_app_ts",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/carousel": "^6.0.19",
"@mantine/core": "^6.0.21",
"@mantine/dates": "^6.0.21",
"@mantine/dropzone": "^6.0.19",
"@mantine/form": "^6.0.19",
"@mantine/hooks": "^6.0.21",
"@mantine/modals": "^6.0.19",
"@mantine/notifications": "^6.0.19",
"@mantine/nprogress": "^6.0.19",
"@mantine/prism": "^6.0.19",
"@mantine/rte": "^5.10.5",
"@mantine/spotlight": "^6.0.19",
"@mantine/tiptap": "^6.0.20",
"@react-google-maps/api": "^2.19.2",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide": "^4.1.4",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"@tabler/icons-react": "^2.32.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tiptap/core": "^2.1.8",
"@tiptap/extension-highlight": "^2.1.8",
"@tiptap/extension-link": "^2.1.8",
"@tiptap/extension-subscript": "^2.1.8",
"@tiptap/extension-superscript": "^2.1.8",
"@tiptap/extension-text-align": "^2.1.8",
"@tiptap/extension-underline": "^2.1.8",
"@tiptap/pm": "^2.1.8",
"@tiptap/react": "^2.1.8",
"@tiptap/starter-kit": "^2.1.8",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.46",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.6",
"axios": "^1.5.0",
"dayjs": "^1.11.9",
"debounce": "^1.2.1",
"embla-carousel-autoplay": "^8.0.0-rc12",
"embla-carousel-react": "^7.1.0",
"firebase": "^10.3.0",
"fortawesome": "^0.0.1-security",
"i": "^0.3.7",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"moment": "^2.29.4",
"npm": "^10.1.0",
"pdf-lib": "^1.17.1",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"react-scripts": "5.0.1",
"tabler-icons-react": "^1.56.0",
"tiptap": "^1.32.2",
"typescript": "^4.9.5",
"uuid": "^9.0.1",
"web-vitals": "^2.1.4",
"zod": "^3.22.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/lodash": "^4.14.198"
}
}