-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
86 lines (86 loc) · 2.43 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "ibmsamlspapp",
"version": "1.0.0",
"private": false,
"dependencies": {
"@carbon/grid": "^10.8.2",
"@carbon/ibm-security": "^1.18.0",
"@carbon/icons": "^10.8.1",
"@carbon/icons-react": "^10.8.1",
"@carbon/themes": "^10.9.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"apollo-boost": "^0.4.7",
"babel": "^6.23.0",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.19.0",
"carbon-components": "^10.10.0",
"carbon-components-react": "^7.9.2",
"carbon-themes": "^1.7.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"fs": "^0.0.1-security",
"graphql": "^14.6.0",
"node-sass": "^4.13.1",
"prismjs": "^1.19.0",
"react": "^16.12.0",
"react-apollo": "^3.1.3",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.12.0",
"react-highlight.js": "^1.0.7",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"react-simple-code-editor": "^0.11.0",
"saml2-js": "^2.0.5",
"sass-loader": "^8.0.2",
"universal-cookie": "^4.0.3",
"universal-cookie-express": "^4.0.3",
"webpack": "^4.41.5",
"xml-formatter": "^1.2.0"
},
"scripts": {
"dev:build-server": "NODE_ENV=development webpack --config webpack.server.js --mode=development -w",
"dev:start": "nodemon ./server-build/index.js",
"prod": "npm-run-all --parallel build dev:*",
"dev": "npm-run-all --parallel react dev:*",
"start": "node ./server-build/index.js",
"react": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"babel-preset-react-app": "^9.1.0",
"css-loader": "^3.4.2",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"npm-run-all": "^4.1.5",
"saml2-js": "^2.0.5",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2"
}
}