-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.1 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
{
"name": "quizmaster",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mantine/core": "^5.10.5",
"@mantine/hooks": "^5.10.5",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-underline": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@types/jest": "^26.0.24",
"@types/js-cookie": "^3.0.1",
"@types/node": "^12.20.37",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"bowser": "^2.11.0",
"classnames": "^2.3.1",
"dompurify": "^3.0.3",
"history": "^5.1.0",
"immer": "^9.0.14",
"js-cookie": "^3.0.1",
"mixpanel-browser": "^2.48.1",
"nanoid": "^5.0.4",
"papaparse": "^5.4.1",
"prettier": "^2.4.1",
"qs": "^6.7.0",
"react": "^18.2.0",
"react-confetti-boom": "^0.0.6",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.27.1",
"react-router": "^6.16.0",
"react-router-dom": "^6.2.2",
"react-scripts": "^5.0.1",
"react-sortablejs": "6.1.1",
"sortablejs": "^1.15.0",
"typescript": "^4.4.4",
"web-vitals": "^1.1.2",
"zangodb": "^1.0.8",
"zustand": "^4.3.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"generate-icons": "node ./scripts/generate-icons.js"
},
"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/mixpanel-browser": "^2.47.5",
"@types/papaparse": "^5.3.7",
"@types/qs": "^6.9.7",
"@types/react-router-dom": "^5.3.3",
"@types/sortablejs": "^1.15.3",
"ts-node": "^10.9.1"
}
}