-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
60 lines (60 loc) · 1.76 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
{
"private": true,
"dependencies": {
"akkordion": "git://github.com/TrySound/akkordion.git#0.2.4",
"bookreader": "git://github.com/internetarchive/bookreader.git#v4.5.0",
"bootstrap-sass": "^3.4.1",
"clipboard-polyfill": "^2.8.6",
"cookieconsent": "^3.1.1",
"get-prefix": "^1.0.0",
"hint.css": "^2.6.0",
"inline-svg": "^2.2.3",
"ionicons": "^4.6.4-1",
"jquery": "^3.6.0",
"jquery-validation": "^1.19.3",
"lazysizes": "^5.3.2",
"magnific-popup": "^1.1.0",
"scrollspy-js": "^0.1.3",
"select2": "^4.0.13",
"sticky-kit": "^1.1.3"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-function-bind": "^7.14.5",
"@babel/plugin-transform-object-assign": "^7.14.5",
"@babel/preset-env": "^7.14.9",
"@babel/register": "^7.14.5",
"babel-loader": "^8.2.2",
"check-node-version": "^4.1.0",
"css-loader": "^3.6.0",
"fancy-log": "^1.3.3",
"file-loader": "^5.1.0",
"gulp": "^4.0.2",
"gulp-consolidate": "^0.2.0",
"gulp-iconfont": "^10.0.3",
"gulp-livereload": "^4.0.2",
"gulp-modernizr": "^4.0.2",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.1",
"gulp-uglify": "^3.0.2",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.8.2",
"minimist": "^1.2.5",
"node-sass": "^4.14.1",
"raw-loader": "^4.0.2",
"sass": "^1.37.3",
"sass-loader": "^8.0.2",
"script-loader": "^0.7.2",
"style-loader": "^1.3.0",
"through2": "^3.0.2",
"url-loader": "^3.0.0",
"vinyl-named": "^1.1.0",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-dev-server": "^3.11.2",
"webpack-stream": "^5.2.1"
},
"scripts": {
"gulp": "npx check-node-version --node 14 && cd tools/static && gulp"
}
}