-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "react-samlify",
"version": "1.3.0",
"description": "Example application with React and bundled with webpack",
"main": "index.js",
"author": "authenio",
"license": "MIT",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server --hot --mode development --open"
},
"dependencies": {
"@authenio/samlify-node-xmllint": "^1.0.1",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"jsonwebtoken": "^8.3.0",
"query-string": "^6.2.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-helmet": "^5.2.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"samlify": "^2.6.0",
"styled-components": "^4.0.2",
"webpack": "^4.20.2"
},
"devDependencies": {
"@types/node": "^11.11.3",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.2",
"css-loader": "^2.1.1",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"ts-loader": "^5.2.2",
"ts-node": "^7.0.1",
"typescript": "^3.1.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
}
}