-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.52 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
{
"name": "w5",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "20.5.4",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@xyflow/react": "^12.3.1",
"autoprefixer": "10.4.15",
"axios": "^1.7.7",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"firebase": "^10.6.0",
"gojs": "^3.0.12",
"gojs-react": "^1.1.2",
"html2canvas": "^1.4.1",
"jsonwebtoken": "^8.5.1",
"jspdf": "^2.5.2",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"next": "13.4.19",
"node-fetch": "^3.3.2",
"postcss": "8.4.28",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^4.11.0",
"react-redux": "^8.1.2",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"w5": "file:"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash": "^4.17.10",
"@types/md5": "^2.3.5",
"@types/react-helmet": "^6.1.8",
"babel-loader": "^8.2.5"
}
}