-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.66 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/react": "^2.5.5",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/dancing-script": "^4.5.11",
"@fontsource/noto-sans": "^5.0.2",
"@hello-pangea/dnd": "^16.2.0",
"@types/dom-screen-wake-lock": "^1.0.1",
"@types/next-pwa": "^5.6.2",
"@xstate/immer": "^0.3.2",
"@xstate/react": "^3.2.2",
"framer-motion": "^10.12.4",
"immer": "^10.0.2",
"localforage": "^1.10.0",
"lz-string": "^1.5.0",
"next": "latest",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-confetti-explosion": "^2.1.2",
"react-dom": "^18.2.0",
"react-qr-code": "^2.0.11",
"react-swipeable-views": "^0.14.0",
"use-debounce": "^9.0.4",
"xstate": "^4.37.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/react": "18.0.28",
"@types/react-swipeable-views": "^0.13.1",
"@types/testing-library__jest-dom": "5.14.5",
"eslint": "^8.38.0",
"eslint-config-next": "^13.3.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-testing-library": "^5.10.3",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"typescript": "4.9.5"
}
}