-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "kindergarten-system",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"dev-linux": "DEBUG=kindergarten-system:* npm start",
"dev-windows": "$env:DEBUG='myapp:*'; npm start",
"test": "jest",
"test-bh": "jasmine",
"tailwind:css": "postcss public/styles/tailwind.css -o public/styles/styles.css"
},
"dependencies": {
"@fullcalendar/core": "^5.9.0",
"autoprefixer": "^10.3.7",
"axios": "^0.23.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-session": "^1.17.2",
"fullcalendar": "^5.9.0",
"http-errors": "~1.6.3",
"mariadb": "^2.5.4",
"morgan": "~1.9.1",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"postcss": "^8.3.9",
"postcss-cli": "^9.0.1",
"pug": "^3.0.2",
"sequelize": "^6.7.0",
"tailwindcss": "^2.2.16"
},
"devDependencies": {
"jasmine": "^3.9.0",
"jest": "^27.2.5",
"nodemon": "^2.0.13",
"sequelize-cli": "^6.2.0",
"supertest": "^6.1.6"
}
}