-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 2.98 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "repeatio",
"version": "0.6.0",
"description": "Learn, repeat and memorize tasks with repeatio.",
"author": "Niklas Fischer",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hookform/resolvers": "^3.9.1",
"@mui/material": "^5.16.7",
"@react-hook/resize-observer": "^1.2.6",
"@tanstack/react-query": "^5.59.20",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^12.8.3",
"@types/dompurify": "^3.0.5",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"client-zip": "^2.4.5",
"cross-env": "^7.0.3",
"cypress": "^13.15.2",
"cypress-real-events": "^1.13.0",
"dompurify": "^3.1.7",
"file-saver": "^2.0.5",
"framer-motion": "11.11.11",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.53.2",
"react-icons": "^5.3.0",
"react-markdown": "^8.0.7",
"react-modal": "^3.16.1",
"react-router-dom": "^6.28.0",
"react-switch": "^7.0.0",
"react-textarea-autosize": "^8.5.4",
"react-toastify": "^10.0.6",
"react-tooltip": "^5.28.0",
"rehype-katex": "^6.0.3",
"rehype-raw": "^6.1.1",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"zod": "^3.23.8"
},
"scripts": {
"start-react": "vite",
"build-react": "vite build",
"build": "vite build",
"start": "vite",
"lint": "eslint src",
"serve": "vite preview",
"test": "jest",
"test:cy": "yarn cypress open"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-flow": "^7.26.0",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@types/d3-ease": "^3.0.2",
"@types/lodash": "^4.17.13",
"@types/react-modal": "^3.16.3",
"@types/wicg-file-system-access": "^2023.10.5",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-react-app": "^7.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"ts-jest": "^29.2.5",
"vite": "^4.5.5",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.3.2"
}
}