-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.86 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.86 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
60
61
62
63
64
65
66
67
68
69
{
"name": "devtoolshub",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "prisma generate && next build",
"dev": "next dev",
"setup": "NODE_OPTIONS='--experimental-json-modules' node ./scripts/setup.mjs",
"start": "next start"
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@heroicons/react": "^2.0.18",
"@monaco-editor/react": "^4.6.0",
"@mui/lab": "^5.0.0-alpha.93",
"@prisma/client": "^4.5.0",
"@tailwindcss/typography": "^0.5.9",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.1.3",
"canvas": "^3.2.0",
"dotenv": "^16.0.3",
"express": "^4.21.1",
"fast-xml-parser": "^4.5.0",
"framer-motion": "10.18.0",
"jimp": "^1.6.0",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"monaco-editor": "^0.52.0",
"mongoose": "^8.17.1",
"next": "^15.5.13",
"next-auth": "^4.24.11",
"notistack": "^3.0.1",
"php-serialize": "^5.0.1",
"php-unserialize": "^0.0.1",
"postcss": "^8.4.27",
"qr-code-styling": "^1.9.2",
"qr-code-styling-node": "^1.5.0",
"qrcode": "^1.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"recoil": "^0.7.5",
"sweetalert2": "^11.14.5",
"xml-js": "^1.6.11",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/jsonwebtoken": "^9.0.7",
"@types/jwt-decode": "^2.2.1",
"@types/lodash": "^4.14.197",
"@types/next": "^8.0.7",
"@types/node": "^18.6.3",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.14",
"daisyui": "^3.5.1",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"prisma": "^4.5.0",
"tailwindcss": "^3.3.3",
"typescript": "4.7.4"
}
}