-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.39 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
{
"name": "meu-porquinho",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@editorjs/paragraph": "^2.8.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/validator": "^13.7.1",
"axios": "^0.24.0",
"bolt11": "^1.3.4",
"date-fns": "^2.28.0",
"form-data": "^4.0.0",
"formidable": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.3.0",
"next": "12.0.10",
"node-cache": "^5.1.2",
"qrcode.react": "^1.0.1",
"quill": "^1.3.7",
"quill-delta": "^4.2.2",
"quill-delta-to-html": "^0.12.0",
"quill-image-uploader": "^1.2.2",
"react": "17.0.2",
"react-currency-input-field": "^3.6.0",
"react-dom": "17.0.2",
"react-quilljs": "^1.2.17",
"uuid": "^8.3.2",
"validator": "^13.7.0"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@svgr/webpack": "^6.1.0",
"@types/formidable": "^2.0.3",
"@types/node": "17.0.16",
"@types/qrcode.react": "^1.0.2",
"@types/quill": "^2.0.9",
"@types/react": "17.0.37",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.0",
"eslint": "7",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.4",
"prettier": "^2.5.0",
"tailwindcss": "^2.2.19",
"typescript": "4.5.4"
}
}