-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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": "codeworks-auth-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"debug": "node index.js",
"start": "node kanbandoit.server/index.js",
"dev": "node index.js",
"setup": "npm install",
"sass": "sass --watch client/assets/scss/main.scss:client/assets/style/main.css"
},
"author": "Codeworks",
"license": "ISC",
"dependencies": {
"@bcwdev/auth0provider": "^1.0.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"helmet": "^4.1.1",
"lightpath": "0.0.5",
"mongoose": "^5.10.7",
"socket.io": "^2.3.0"
},
"engines": {
"node": "^12.0.0",
"npm": "^6.9.0"
},
"devDependencies": {
"bootstrap": "^4.5.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"sass": "^1.26.10"
}
}