-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 933 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 933 Bytes
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
{
"name": "nixaweb",
"version": "1.0.0",
"description": "Nixaweb source code",
"main": "src/index.js",
"type": "module",
"scripts": {
"build": "postcss src/global.css -o public/css/global.css",
"start": "node .",
"dev": "nodemon ."
},
"author": "Nixaut",
"license": "Apache-2.0",
"dependencies": {
"@fastify/compress": "^7.0.3",
"@fastify/cors": "^9.0.1",
"@fastify/express": "^3.0.0",
"@fastify/formbody": "^7.4.0",
"@fastify/helmet": "^11.1.1",
"@fastify/rate-limit": "^9.1.0",
"@fastify/sensible": "^5.6.0",
"@fastify/static": "^7.0.4",
"colors": "^1.4.0",
"ejs": "^3.1.10",
"fastify": "^4.28.1",
"html-minifier": "^4.0.0",
"javascript-obfuscator": "^4.1.1",
"path": "^0.12.7",
"postcss": "^8.4.45",
"postcss-cli": "^11.0.0",
"url": "^0.11.4"
},
"devDependencies": {
"nodemon": "^3.1.4",
"tailwindcss": "^3.4.11"
}
}