-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
65 lines (65 loc) · 1.88 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "openidconnect.net",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "v16",
"npm": "v6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js --ignore ./sessions --verbose",
"build": "webpack",
"watch": "webpack -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@auth0/styleguide-core": "^3.0.0",
"body-parser": "^1.15.0",
"document-offset": "^1.0.4",
"dotenv": "^2.0.0",
"dotfile": "0.0.2",
"express": "^4.13.4",
"express-session": "^1.17.3",
"jade": "^1.11.0",
"jsonschema": "^1.4.0",
"jsonwebtoken": "^7.0.1",
"jwk-to-pem": "^1.2.5",
"query-parser": "0.0.1",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"request": "^2.72.0",
"session-file-store": "^0.2.0",
"sha1": "^1.1.1",
"simple-ajax": "^2.5.0",
"uid-safe": "^2.1.0",
"url": "^0.11.0"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"babel-eslint": "^6.1.0",
"babel-loader": "^8.1.0",
"css-loader": "^4.2.2",
"eslint": "^2.10.2",
"eslint-config-auth0": "^2.0.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0",
"file-loader": "^0.9.0",
"nodemon": "^1.11.0",
"pug-loader": "^1.0.2",
"react-router": "^2.6.1",
"style-loader": "^1.2.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"url-loader": "^0.5.9",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-notifier": "^1.3.0"
}
}