-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.91 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
{
"name": "proThrow",
"version": "1.2.0",
"private": true,
"scripts": {
"start": "node server",
"build": "webpack"
},
"dependencies": {
"axios": "^1.7.2",
"body-parser": "^1.19.0",
"bootstrap": "^ 4.3.1",
"browserify-fs": "^1.0.0",
"cookie-parser": "^1.4.4",
"delivery": "0.0.6",
"ejs": "^2.7.1",
"email-templates": "^2.5.3",
"express": "^4.17.1",
"express-session": "^1.17.0",
"fs": "0.0.1-security",
"fs-extra": "^8.1.0",
"ldapjs": "^1.0.2",
"less": "^3.10.3",
"less-middleware": "^3.1.0",
"mime": "2.4.4",
"moment": "^2.24.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^2.4.2",
"nodemailer-smtp-transport": "^2.4.1",
"passport": "^0.4.0",
"passport-ldapauth": "^2.1.3",
"react-dropzone": "^14.2.3",
"react-image-file-resizer": "^0.4.8",
"regenerator-runtime": "^0.14.1",
"session-rethinkdb": "^2.0.1",
"sharp": "^0.23.4",
"socket.io": "^2.3.0",
"taxlookup": "^2.7.0",
"thinky": "^2.3.9",
"toastify-js": "^1.12.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/react-select": "^5.0.1",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-defines": "^3.3.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"css-loader": "^3.2.0",
"dragula": "^3.7.2",
"feather-icons": "^4.24.1",
"jquery": "^3.4.1",
"node-libs-browser": "^2.2.1",
"popper.js": "^1.16.0",
"promise-polyfill": "^8.1.3",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-select": "^3.0.8",
"style-loader": "^1.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
}
}