-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.19 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
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
{
"name": "shuffle-quiz",
"version": "0.0.0",
"repository": "https://github.com/staadecker/shuffle-quiz",
"author": "Martin Staadecker",
"license": "MIT",
"private": true,
"type": "module",
"browserslist": "defaults",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"deploy": "yarn build && firebase deploy"
},
"dependencies": {
"@cassiozen/usestatemachine": "^1.0.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@excalidraw/excalidraw": "^0.17.3",
"@lexical/clipboard": "^0.13.1",
"@lexical/code": "^0.13.1",
"@lexical/file": "^0.13.1",
"@lexical/link": "^0.13.1",
"@lexical/list": "^0.13.1",
"@lexical/overflow": "^0.13.1",
"@lexical/react": "^0.13.1",
"@lexical/rich-text": "^0.13.1",
"@lexical/selection": "^0.13.1",
"@lexical/table": "^0.13.1",
"@lexical/text": "^0.13.1",
"@lexical/utils": "^0.13.1",
"@lexical/yjs": "^0.13.1",
"@material-ui/core": "^4.12.4",
"@mui/lab": "^5.0.0-alpha.166",
"@mui/material": "^5.15.11",
"firebase": "^10.8.0",
"katex": "^0.16.9",
"lexical": "^0.13.1",
"lodash-es": "^4.17.21",
"prettier": "^2.3.2",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-router-dom": "^6.22.1",
"yjs": "^13.6.12"
},
"devDependencies": {
"@types/katex": "^0.16.7",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.18",
"buffer": "^5.5.0||^6.0.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"process": "^0.11.10",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.1.4"
},
"engines": {
"npm": "please-use-yarn"
},
"staticFiles": {
"staticPath": "images"
}
}