-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 841 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
{
"name": "snips",
"version": "0.0.2",
"engines": {
"node": "15.x",
"npm": "7.x"
},
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@creativebulma/bulma-collapsible": "^1.0.4",
"axios": "^0.21.2",
"body-parser": "^1.19.0",
"bulma": "^0.9.1",
"bulma-dashboard": "^0.3.1",
"bulma-extensions": "^6.2.7",
"cirrus-ui": "^0.5.5",
"codemirror": "^5.61.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "~3.1.7",
"express": "~4.16.1",
"express-session": "^1.17.1",
"heroku": "^7.63.0",
"http-errors": "~1.6.3",
"method-override": "^3.0.0",
"monaco-editor": "^0.23.0",
"mongoose": "^5.13.15",
"morgan": "~1.9.1",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0"
}
}