-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 2.86 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "synapse",
"version": "3.4.0",
"description": "Commercial Bank IT-engineer's integrative tool",
"main": "synapse",
"scripts": {
"db": "tree-store ../../db/synapse.db system",
"dev-back": "nodemon --inspect synapse --development",
"dev-front": "node synapse --development --dev-server --port=3000 --base-url=http://localhost",
"build": "cross-env NODE_ENV=production webpack --mode production --hide-modules --display-error-details --config ./core/webpack.config.js",
"postinstall(disabled)": "@if not exist \"node_modules\\synapse\" mklink /J \"node_modules\\synapse\" \"core\""
},
"nodemonConfig": {
"verbose": false,
"ignore": [
"client_source/*",
"client/*",
"tasks/*",
"tasks2/*"
],
"events": {
"restart": ""
},
"watch": [
"./*"
]
},
"dependencies": {
"activedirectory": "0.7.2",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"compression": "^1.7.4",
"cron": "^1.7.2",
"dayjs": "^1.8.16",
"docxtemplater": "^3.14.3",
"emailjs": "2.2.0",
"express": "^4.17.1",
"express-ntlm": "^2.4.0",
"express-ws": "^4.0.0",
"formidable": "1.2.1",
"iconv-lite": "^0.5.0",
"ini": "1.3.5",
"morgan": "1.9.1",
"node-cron": "^2.0.3",
"oracledb": "^4.0.1",
"request": "2.88.0",
"sleep": "^6.1.0",
"soap": "^0.29.0",
"sqlite-tree-store": "^1.1.7",
"winax": "^1.12.0",
"xlsx-populate": "^1.20.1",
"xmlbuilder": "^13.0.2"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/preset-env": "^7.8.2",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-node": "^2.3.0",
"brace": "0.11.1",
"core-js": "^3.6.3",
"css-loader": "^3.2.0",
"eventsource-polyfill": "0.9.6",
"file-loader": "^4.2.0",
"html-webpack-plugin": "4.0.0-alpha.2",
"json-loader": "0.5.7",
"node-pre-gyp": "^0.13.0",
"node-sass": "^4.13.1",
"nodemon": "^2.0.1",
"pug": "^2.0.4",
"pug-plain-loader": "1.0.0",
"sass-loader": "^8.0.0",
"url-loader": "^2.2.0",
"vue": "^2.6.11",
"vue-loader": "^15.8.3",
"vue-router": "^3.1.3",
"vue-style-loader": "4.1.2",
"vue-template-compiler": "^2.6.11",
"vue-the-mask": "^0.11.1",
"vuetify": "^2.1.13",
"vuetify-loader": "^1.4.3",
"vuex": "^3.1.1",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpackbar": "^4.0.0"
},
"browserslist": "> 0.25%, not dead",
"author": "Denis Bogachev <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/yenesey/Synapse.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yenesey/Synapse/issues"
},
"homepage": "https://github.com/yenesey/Synapse#readme"
}