-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.56 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.56 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
{
"name": "todak",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@capacitor/android": "^6.1.2",
"@capacitor/cli": "^6.1.2",
"@capacitor/core": "^6.1.2",
"@next/bundle-analyzer": "^15.1.7",
"@reduxjs/toolkit": "^2.3.0",
"@types/event-source-polyfill": "^1.0.5",
"event-source-polyfill": "^1.0.31",
"flowbite-typography": "^1.0.4",
"jwt-decode": "^4.0.0",
"lottie-react": "^2.4.0",
"next": "14.2.13",
"react": "^18.3.1",
"react-calendar": "^5.1.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-infinite-scroll-component": "^6.1.0"
},
"devDependencies": {
"@mswjs/interceptors": "0.35.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/event-source-polyfill": "^1.0.5",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/redux-logger": "^3.0.13",
"axios": "^1.7.7",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.13",
"flowbite": "^2.5.2",
"flowbite-react": "^0.10.2",
"msw": "^2.6.1",
"postcss": "^8.4.47",
"react-draggable": "^4.4.6",
"react-redux": "^9.1.2",
"redux-logger": "^3.0.6",
"tailwindcss": "^3.4.14",
"typedoc": "^0.26.11",
"typescript": "^5.6.3"
},
"msw": {
"workerDirectory": [
"public"
]
}
}