-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
112 lines (112 loc) · 3.64 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
105
106
107
108
109
110
111
112
{
"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.2.5",
"backstopjs": "^6.3.3",
"chai": "^3.5.0",
"clean-webpack-plugin": "^2.0.2",
"del": "^2.2.2",
"enzyme": "^3.11.0",
"eslint": "7.32.0",
"eslint-plugin-react": "^7.29.4",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^2.4.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"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.2",
"gulp-modernizr": "^5.0.0",
"gulp-postcss": "^6.4.0",
"gulp-sass": "^5.1.0",
"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.2",
"gulp-wait": "0.0.2",
"history": "^2.1.2",
"i": "^0.3.7",
"jsdom": "^16.5.0",
"jshint": "^2.13.4",
"klaro": "^0.7.21",
"mocha": "^10.3.0",
"path": "^0.12.7",
"phantomjs-prebuilt": "^2.1.16",
"postcss-assets": "^5.0.0",
"progress": "^1.1.8",
"run-sequence": "^1.2.2",
"sass": "1.54.9",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^4.2.2"
},
"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.17.10",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-proposal-function-sent": "^7.16.7",
"@babel/plugin-proposal-json-strings": "^7.16.7",
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@babel/plugin-proposal-throw-expressions": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@babel/register": "^7.17.7",
"@moebius/http-graceful-shutdown": "^1.1.0",
"array-includes": "^3.1.5",
"babel-upgrade": "^1.0.1",
"better-react-mathjax": "^2.0.1",
"body-parser": "^1.20.0",
"core-js": "^2.5.7",
"decache": "^4.6.1",
"details-polyfill": "^1.2.0",
"downloadjs": "^1.4.7",
"express": "^4.18.1",
"flickity": "^2.3.0",
"flickity-imagesloaded": "^2.0.0",
"get-form-data": "^2.0.0",
"gulp-cli": "^2.3.0",
"intersection-observer": "^0.4.3",
"jquery": "^3.6.0",
"jquery.dotdotdot": "github:amywieliczka/jQuery.dotdotdot#4f7d03a442ceca0b75a2fb641a065e47297d5666",
"lodash": "^4.17.21",
"lozad": "^1.16.0",
"npm": "^10.8.1",
"pdfjs-embed2": "github:escholarship/pdfjs-embed2#dab83845bc60a953d08963ea6550df8df9a73e77",
"prop-types": "^15.8.1",
"query-string": "^5.x",
"react": "^16.14.0",
"react-datetime": "^3.1.1",
"react-dom": "^16.14.0",
"react-ga": "^2.7.0",
"react-meta-tags": "^0.7.4",
"react-modal": "^3.15.1",
"react-router-dom": "^4.3.1",
"react-select": "^5.5.5",
"react-sidebar": "^2.3.0",
"react-sortable-tree": "^2.8.0",
"react-twitter-widgets": "^1.10.0",
"smoothscroll-polyfill": "^0.4.4",
"trumbowyg": "^2.25.1"
}
}