-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
56 lines (56 loc) · 1.47 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
55
56
{
"name": "arclight",
"version": "1.0.1",
"description": "Build power and intelligence in to your application.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"build:css": "postcss public/styles/tailwind.css -o public/styles/style.css",
"watch": "watch 'npm run build:css' ./views"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chatnaut/Arclight.git"
},
"keywords": [
"arclightapi",
"hypervisor",
"libvirt",
"cloud-computing"
],
"author": "S4nfs",
"license": "ISC",
"bugs": {
"url": "https://github.com/Chatnaut/Arclight/issues"
},
"homepage": "https://github.com/Chatnaut/Arclight#readme",
"dependencies": {
"autoprefixer": "^10.4.8",
"bcrypt": "^5.0.1",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"express-validator": "^6.14.2",
"flowbite": "^1.5.1",
"http-errors": "^2.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.4.1",
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"postcss": "^8.4.14",
"postcss-cli": "^10.0.0",
"tailwindcss": "^3.1.7",
"watch": "^0.13.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}