-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.44 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.44 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "projetodormeaqui",
"version": "1.0.0",
"description": "",
"engines": {
"node": "18.x"
},
"main": "index.js",
"dependencies": {
"@headlessui/react": "^2.2.9",
"asynckit": "^0.4.0",
"axios": "^1.13.6",
"bcrypt": "^6.0.0",
"buffer-equal-constant-time": "^1.0.1",
"call-bind-apply-helpers": "^1.0.2",
"call-bound": "^1.0.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"combined-stream": "^1.0.8",
"delayed-stream": "^1.0.0",
"dunder-proto": "^1.0.1",
"ecdsa-sig-formatter": "^1.0.11",
"es-define-property": "^1.0.1",
"es-errors": "^1.3.0",
"es-object-atoms": "^1.1.1",
"es-set-tostringtag": "^2.1.0",
"follow-redirects": "^1.15.11",
"form-data": "^4.0.4",
"function-bind": "^1.1.2",
"get-intrinsic": "^1.3.0",
"get-proto": "^1.0.1",
"gopd": "^1.2.0",
"has-symbols": "^1.1.0",
"has-tostringtag": "^1.0.2",
"hasown": "^2.0.2",
"image-downloader": "^4.3.0",
"jsonwebtoken": "^9.0.2",
"jwa": "^1.4.2",
"jws": "^3.2.2",
"lodash.includes": "^4.3.0",
"lodash.isboolean": "^3.0.3",
"lodash.isinteger": "^4.0.4",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.once": "^4.1.1",
"lucide-react": "^0.554.0",
"math-intrinsics": "^1.1.0",
"mime-db": "^1.54.0",
"mime-types": "^3.0.1",
"ms": "^2.1.3",
"node-addon-api": "^8.5.0",
"node-gyp-build": "^4.8.4",
"object-inspect": "^1.13.4",
"proxy-from-env": "^1.1.0",
"punycode": "^1.4.1",
"qs": "^6.14.0",
"safe-buffer": "^5.2.1",
"semver": "^7.7.2",
"side-channel": "^1.1.0",
"side-channel-list": "^1.0.0",
"side-channel-map": "^1.0.1",
"side-channel-weakmap": "^1.0.2",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"url": "^0.11.4"
},
"scripts": {
"build": "npm install --prefix back-end && npm install --prefix front-end && npm run build --prefix front-end",
"start": "cd back-end && npm start",
"create-notifications": "node final_create_notifications.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeonardoMarques7/ProjetoDormeAqui.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/LeonardoMarques7/ProjetoDormeAqui/issues"
},
"homepage": "https://github.com/LeonardoMarques7/ProjetoDormeAqui#readme"
}