forked from SystemConsultantGroup/PMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.51 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
{
"name": "scg_pms",
"version": "0.0.0",
"licence": "MIT",
"dependencies": {
"angular": "^1.6.9",
"angular-material-data-table": "^0.10.10",
"async": "^2.5.0",
"body-parser": "^1.17.2",
"compression": "^1.2.2",
"connect-multiparty": "2.1.0",
"connect-timeout": "^1.4.0",
"cookie-parser": "^1.4.3",
"debug": "^3.1.0",
"destroy": "^1.0.4",
"ejs": "^2.5.6",
"express": "^4.15.3",
"express-async-wrap": "^1.0.0",
"express-asyncify": "^1.0.0",
"express-session": "^1.15.3",
"gulp-jquery": "^1.1.2",
"gulp-nodemon": "^2.2.1",
"mkdirp": "^0.5.1",
"moment": "^2.17.1",
"morgan": "^1.8.2",
"multer": "^1.3.0",
"mysql": "^2.6.2",
"mysql2": "^1.3.5",
"node-xlsx": "^0.12.0",
"object-assign": "^4.1.1",
"path": "^0.12.7",
"pdfobject": "git+https://github.com/pipwerks/PDFObject.git",
"sequelize": "4.37.6",
"serve-favicon": "^2.4.3",
"sha256": "^0.2.0"
},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"browser-sync": "~2.24.0",
"browser-sync-spa": "~1.0.3",
"chalk": "~2.4.1",
"del": "~3.0.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-angular": "^3.3.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"estraverse": "~4.2.0",
"gulp": "~3.9.0",
"gulp-angular-filesort": "~1.2.1",
"gulp-angular-templatecache": "~2.2.0",
"gulp-autoprefixer": "~5.0.0",
"gulp-cssnano": "~2.1.1",
"gulp-eslint": "~4.0.2",
"gulp-filter": "~5.1.0",
"gulp-flatten": "~0.4.0",
"gulp-htmlmin": "~4.0.0",
"gulp-inject": "~4.3.2",
"gulp-load-plugins": "~1.5.0",
"gulp-ng-annotate": "~2.1.0",
"gulp-protractor": "~4.1.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.6.1",
"gulp-rev": "~8.1.1",
"gulp-rev-replace": "~0.4.2",
"gulp-size": "~3.0.0",
"gulp-sourcemaps": "~2.6.4",
"gulp-uglify": "~3.0.0",
"gulp-useref": "~3.1.5",
"gulp-util": "~3.0.6",
"http-proxy-middleware": "~0.18.0",
"karma": "~2.0.2",
"karma-angular-filesort": "~1.0.0",
"karma-coverage": "~1.1.1",
"karma-jasmine": "~1.1.1",
"karma-ng-html2js-preprocessor": "~1.0.0",
"karma-phantomjs-launcher": "~1.0.4",
"karma-phantomjs-shim": "~1.5.0",
"lodash": "~4.17.10",
"main-bower-files": "~2.13.1",
"phantomjs": "~2.1.7",
"request": "~2.85.0",
"uglify-save-license": "~0.4.1",
"wiredep": "~4.0.0"
},
"engines": {
"node": ">=0.10.0"
}
}