-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.58 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.58 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
{
"dependencies": {
"autoprefixer": "^10.4.20",
"axios": "^1.7.5",
"compression": "^1.7.4",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"enmap": "^6.0.2",
"express": "^4.19.2",
"express-minify": "^1.0.0",
"express-rate-limit": "^7.4.0",
"express-session": "^1.18.0",
"helmet": "^7.1.0",
"morgan": "^1.10.0",
"passport": "^0.7.0",
"passport-discord": "^0.1.4",
"postcss": "^8.4.41",
"session-file-store": "^1.5.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"nodemon": "^3.1.4",
"tailwindcss": "^3.4.10",
"terser": "^5.31.6"
},
"name": "alexdeveloperuwu.github.io",
"version": "1.0.0",
"description": "Mi página web oficial, hecha de forma que sea más interactiva y dinámica",
"main": "index.js",
"scripts": {
"init": "nodemon --ignore data/* --ignore public/* index.js",
"css": "npx tailwindcss -i ./public/css/tailwind.css -o ./public/css/main.css --watch --minify",
"minify": "node ./utils/minify.js",
"autominify": "npm run minify"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/alexdeveloperuwu/alexdeveloperuwu.github.io.git"
},
"type": "module",
"author": "AlexDeveloperUwU",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/alexdeveloperuwu/alexdeveloperuwu.github.io/issues"
},
"homepage": "https://github.com/alexdeveloperuwu/alexdeveloperuwu.github.io#readme"
}