-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.05 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": "ldap-portal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"build": "webpack --config ./webpack.config.build.js",
"watch": "webpack --config ./webpack.config.watch.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"axios": "^0.18.1",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.19.0",
"config": "^2.0.2",
"express": "^4.17.1",
"history": "^4.10.1",
"jsonwebtoken": "^8.5.1",
"ldapjs": "^1.0.2",
"log4js": "^3.0.6",
"pub": "^0.2.0",
"pug": "^2.0.4",
"react": "^16.10.0",
"react-dom": "^16.10.0",
"react-router-dom": "^4.3.1",
"shell-escape": "^0.2.0",
"smbhash": "0.0.1",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
}
}