-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 846 Bytes
/
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
{
"name": "project_a",
"version": "0.1.0",
"dependencies": {
"@fullcalendar/core": "^4.1.0",
"@fullcalendar/daygrid": "^4.1.0",
"@fullcalendar/timegrid": "^4.2.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"busy-load": "^0.1.2",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"crypto-js": "^3.1.9-1",
"ejs": "^2.6.1",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"express": "^4.16.4",
"formidable": "^1.2.1",
"fs": "0.0.1-security",
"moment": "^2.24.0",
"mongodb": "^3.1.10",
"node-sass": "^4.12.0",
"path": "^0.12.7"
},
"scripts": {
"build-css": "node-sass --include-path scss custom.scss views/css/custom.css"
}
}