-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
executable file
·38 lines (38 loc) · 987 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
29
30
31
32
33
34
35
36
37
38
{
"scripts": {
"css-build": "node-sass --omit-source-map-url sass/style.scss public/stylesheets/style.css",
"css-watch": "npm run css-build -- --watch",
"start": "node app",
"devstart": "nodemon app",
"lint": "eslint .",
"testing": "nodemon app"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"chunk": "0.0.2",
"clean": "^4.0.2",
"cluster-messages": "^1.1.2",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"debug": "~2.6.9",
"discord.js": "^11.4.2",
"ejs": "^2.6.1",
"enmap": "^4.0.12",
"eslint-config-eslint": "^5.0.1",
"express": "~4.16.0",
"http-errors": "^1.7.0",
"marked": "^0.4.0",
"morgan": "^1.9.0",
"ms": "^2.1.1",
"nodemon": "^1.18.3",
"passport": "^0.4.0",
"passport-discord": "^0.1.3",
"request": "^2.88.0",
"rethinkdbdash": "^2.3.31",
"snekfetch": "^4.0.4"
},
"devDependencies": {
"bulma": "^0.7.1",
"node-sass": "^4.9.3"
}
}