-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.23 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
{
"name": "integra.cefet-rj",
"version": "0.1.0",
"private": true,
"license": "GPL-3.0",
"author": {
"name": "Pedro Ricardo",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phricardorj/integra.cefetrj"
},
"bugs": {
"url": "https://github.com/phricardorj/integra.cefetrj/issues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.7",
"axios": "^1.7.2",
"axios-cookiejar-support": "^5.0.2",
"cheerio": "^1.0.0-rc.12",
"integra.cefet-rj": "file:",
"next": "14.2.4",
"next-qrcode": "^2.5.1",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pdf-ts": "^0.0.2",
"react": "^18",
"react-dom": "^18",
"tough-cookie": "^4.1.4",
"web-push": "^3.6.7",
"xml2js": "^0.6.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/pdf-parse": "^1.1.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/tough-cookie": "^4.0.5",
"@types/xml2js": "^0.4.14",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"typescript": "^5"
}
}