forked from dipull-intra/dipull
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 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
{
"name": "dimigoin-pull-service",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fireworks-js/react": "^2.10.7",
"@uiw/react-markdown-editor": "^6.1.1",
"@uiw/react-markdown-preview": "^5.1.1",
"@vercel/analytics": "^1.2.2",
"@yudiel/react-qr-scanner": "^2.0.0-beta.3",
"axios": "^1.6.7",
"cookie": "^0.6.0",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"firebase": "^10.10.0",
"jose": "^5.2.2",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"mongodb": "^6.3.0",
"next": "14.1.0",
"react": "^18",
"react-color": "^2.19.3",
"react-dom": "^18",
"react-qr-code": "^2.0.12",
"react-toastify": "^10.0.5",
"recoil": "^0.7.7",
"sweetalert2": "^11.10.7",
"xss": "^1.0.15",
"youtube-search": "^1.1.6"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.12.7",
"@types/react": "^18",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.17",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"tailwindcss-safe-area": "^0.5.1",
"typescript": "^5"
}
}