You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
glink-website/package.json

33 lines
739 B
JSON

1 year ago
{
"dependencies": {
"@tailwindcss/forms": "^0.5.3",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cassandra-driver": "^4.6.4",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"mongodb": "^5.6.0",
"postcss": "^8.4.24",
"postcss-less": "^3.1.4"
},
"name": "glink",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.twomorecents.org/aravind/glink-website.git"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"tailwindcss": "^3.3.2"
}
1 year ago
}