-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
89 lines (89 loc) · 2.65 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
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
86
87
88
89
{
"name": "fog-node",
"private": true,
"version": "2.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@sailshq/connect-redis": "^3.2.1",
"@sailshq/lodash": "^3.10.4",
"@sailshq/socket.io-redis": "^5.2.0",
"admin-lte": "^3.1.0",
"animate.css": "^4.1.1",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.0.2",
"chalk": "^5.0.0",
"chart.js": "^3.5.0",
"chartjs-plugin-labels": "^1.1.0",
"check-disk-space": "^3.0.1",
"clui": "^0.3.6",
"datatables.net-autofill-bs4": "^2.3.9",
"datatables.net-buttons-bs4": "^2.1.0",
"datatables.net-colreorder-bs4": "^1.5.4",
"datatables.net-keytable-bs4": "^2.6.2",
"datatables.net-responsive-bs4": "^2.2.9",
"datatables.net-rowgroup-bs4": "^1.1.3",
"datatables.net-rowreorder-bs4": "^1.2.8",
"datatables.net-scroller-bs4": "^2.0.4",
"datatables.net-searchpanes-bs4": "^1.3.0",
"datatables.net-select-bs4": "^1.3.3",
"figlet": "^1.5.0",
"flat": "^5.0.2",
"font-awesome": "^4.7.0",
"global": "^4.4.0",
"grunt": "1.4.1",
"hoek": "^6.1.3",
"icheck-bootstrap": "^3.0.1",
"inputmask": "^5.0.6",
"inquirer": "^8.1.2",
"joi": "^17.4.2",
"jquery": "^3.6.0",
"jsonwebtoken": "^8.5.1",
"jszip": "^3.7.0",
"moment-timezone": "^0.5.33",
"node-forge": "^0.10.0",
"pace-js": "^1.2.4",
"parasails": "^0.9.2",
"passport": "0.4.1",
"passport-jwt-cookiecombo": "^1.0.5",
"passport-local": "^1.0.0",
"pdfmake": "^0.2.2",
"pnotify": "^5.2.0",
"popper.js": "^1.16.1",
"progress-stream": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-select": "^5.2.1",
"sails": "^1.4.4",
"sails-hook-grunt": "^5.0.0",
"sails-hook-orm": "^4.0.0",
"sails-hook-sockets": "^2.0.1",
"sails-mongo": "fogproject/sails-mongo",
"systeminformation": "^5.8.0",
"tempusdominus-core": "^5.19.0",
"vue": "^2.6.14",
"vue-router": "^3.5.2"
},
"devDependencies": {
"eslint": "8.4.0",
"mocha": "^9.0.3",
"supertest": "^6.1.4"
},
"scripts": {
"start": "NODE_ENV=production node app.js",
"test": "npm run lint && npm run custom-tests && echo 'Done.'",
"lint": "./node_modules/eslint/bin/eslint.js . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
"custom-tests": "echo \"(No other custom tests yet.)\" && echo"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/fogproject/fog-node.git"
},
"author": "FOG Project",
"license": "GPL v3",
"engines": {
"node": ">=10.19"
}
}