-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.31 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
{
"name": "schoolchat",
"version": "1.0.0",
"main": "config.js",
"scripts": {
"test": "mocha",
"start": "npm run buildcss && node app.js",
"buildcss": "sass scss/styles.scss public/styles.css",
"dev": "sass --watch scss/styles.scss public/styles.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/120-Ghz/SchoolChat.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/120-Ghz/SchoolChat/issues"
},
"homepage": "https://github.com/120-Ghz/SchoolChat#readme",
"dependencies": {
"autoprefixer": "^10.4.4",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"method-override": "^3.0.0",
"node-sass": "^7.0.1",
"node-sass-middleware": "^1.0.1",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"pg": "^8.7.1",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
"sass": "^1.50.0",
"sequelize": "^6.12.0-alpha.1",
"socket.io": "^4.4.1",
"tailwindcss": "^3.0.23",
"utf8": "^3.0.0"
},
"description": "",
"devDependencies": {
"mocha": "^9.2.0"
}
}