forked from eScholarship/jschol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.39 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
102
103
104
{
"name": "jschol-app",
"version": "0.1.0",
"description": "The fifth generation of the eScholarship front-end user interface.",
"main": "index.html",
"repository": "https://github.com/eScholarship/jschol",
"scripts": {
"test": "mocha"
},
"author": "California Digital Library",
"license": "MIT",
"devDependencies": {
"babel-loader": "^8.0.0",
"backstopjs": "^3.8.8",
"chai": "^3.5.0",
"clean-webpack-plugin": "^2.0.1",
"del": "^2.2.2",
"enzyme": "^3.8.0",
"gulp": "^4.0.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^2.4.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-jshint": "^2.0.4",
"gulp-lb-include": "^0.3.1",
"gulp-livereload": "^4.0.1",
"gulp-modernizr": "^3.2.1",
"gulp-postcss": "^6.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.4",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.8",
"gulp-w3cjs": "^1.3.0",
"gulp-wait": "0.0.2",
"history": "^2.1.2",
"i": "^0.3.6",
"jsdom": "^9.12.0",
"jshint": "^2.9.4",
"mocha": "^5.2.0",
"path": "^0.12.7",
"phantomjs-prebuilt": "^2.1.16",
"postcss-assets": "^5.0.0",
"progress": "^1.1.8",
"run-sequence": "^1.2.2",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-manifest-plugin": "^2.0.4",
"webpack-merge": "^4.2.1"
},
"dependencies-note": "These modules get bundled into lib-bundle.js",
"dependencies-note2": "The query-string module must be 5.x only; 6.x does not support IE11",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@moebius/http-graceful-shutdown": "^1.1.0",
"array-includes": "^3.0.3",
"babel-upgrade": "^1.0.1",
"body-parser": "^1.17.1",
"core-js": "^2.5.7",
"decache": "^4.1.0",
"details-polyfill": "^1.0.2",
"express": "^4.15.2",
"flickity": "^2.0.5",
"flickity-imagesloaded": "^2.0.0",
"get-form-data": "^2.0.0",
"intersection-observer": "^0.4.3",
"jquery": "^3.4.0",
"jquery.dotdotdot": "amywieliczka/jQuery.dotdotdot#4f7d03a442ceca0b75a2fb641a065e47297d5666",
"lodash": "^4.17.11",
"lozad": "^1.0.9",
"prop-types": "^15.5.10",
"query-string": "^5.x",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-ga": "^2.5.7",
"react-meta-tags": "^0.7.3",
"react-modal": "^3.8.1",
"react-router-dom": "^4.3.1",
"react-twitter-widgets": "^1.7.1",
"smoothscroll-polyfill": "^0.4.0",
"downloadjs": "^1.4.7",
"pdfjs-embed2": "escholarship/pdfjs-embed2#dab83845bc60a953d08963ea6550df8df9a73e77",
"react-sidebar": "^2.3.0",
"react-sortable-tree": "^2.6.0",
"trumbowyg": "^2.19.1"
}
}