-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
96 lines (96 loc) · 2.88 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
{
"name": "primo-explore-devenv",
"version": "1.0.6",
"description": "The Exlibris Primo Open Discovery Framework",
"author": "noamamit92",
"scripts": {
"start": "cd primo-explore && npm run build-prod && cd .. && npm run start-no-build",
"start-no-build": "forever start --uid appstore -o out.log -e err.log -a node_modules/gulp/bin/gulp.js web",
"stop": "forever stop appstore"
},
"dependencies": {
"@neos21/bootstrap3-glyphicons": "^1.0.3",
"@types/angular": "^1.6.54",
"@types/express": "^4.17.0",
"@types/lodash": "^4.14.135",
"angular": "^1.7.8",
"angular-animate": "1.6.3",
"angular-aria": "1.6.3",
"angular-cookies": "^1.7.8",
"angular-formly": "^8.4.1",
"angular-formly-templates-bootstrap": "^6.5.1",
"angular-google-analytics": "^1.1.8",
"angular-material": "^1.1.19",
"api-check": "^7.5.5",
"babel-plugin-transform-html-import-to-string": "0.0.1",
"babel-preset-es2015": "6.6.0",
"babelify": "7.3.0",
"bluebird": "3.3.1",
"body-parser": "1.18.2",
"browser-sync": "^2.26.7",
"browserify": "13.1.1",
"classlist.js": "^1.1.20150312",
"concat-stream": "^1.6.2",
"connect-modrewrite": "^0.10.2",
"console-stamp": "^3.1.2",
"cookie-parser": "^1.4.4",
"css": "^2.2.4",
"css-color-extractor": "0.0.4",
"css-color-extractor-cli": "0.0.1",
"del": "2.2.1",
"directory-tree": "^2.2.3",
"express": "4.16.0",
"font-awesome": "^4.7.0",
"font-blast": "^0.7.0",
"fs-extra": "2.1.2",
"glob": "6.0.4",
"gulp": "4.0.2",
"gulp-angular-templatecache": "^2.2.7",
"gulp-autoprefixer": "3.1.0",
"gulp-babel": "6.1.2",
"gulp-clone": "1.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-debug": "2.1.2",
"gulp-flatten": "^0.4.0",
"gulp-live-server": "0.0.31",
"gulp-plumber": "^1.2.0",
"gulp-rename": "1.2.2",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-template": "4.0.0",
"gulp-wrap": "^0.14.0",
"gulp-zip": "3.1.0",
"http-response-object": "1.1.0",
"listdirs": "3.0.0",
"lodash": "^4.17.11",
"merge-stream": "1.0.0",
"minimist": "^1.2.5",
"multer": "^1.4.1",
"ncp": "^2.0.0",
"ng-dialog": "^1.4.0",
"node-persist": "^2.1.0",
"node-sass": "^4.14.1",
"npmi": "^4.0.0",
"prompt": "1.0.0",
"protractor": "^5.4.2",
"protractor-image-comparison": "1.2.3",
"request": "^2.87.0",
"require-dir": "0.3.2",
"require-npm": "1.4.1",
"run-sequence": "1.2.1",
"shelljs": "0.6.0",
"shorthash": "0.0.2",
"streamifier": "^0.1.1",
"tar-fs": "1.16.3",
"ts-loader": "^4.5.0",
"typescript": "^2.7.2",
"uglifyjs-webpack-plugin": "^1.1.8",
"unzipper": "^0.10.11",
"webpack-stream": "^4.0.0"
},
"engines": {
"node": "14.16.1"
},
"repository": "https://github.com/ExLibrisGroup/primo-explore-devenv"
}