This repository has been archived by the owner on Jan 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.99 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
{
"name": "theme-ecridil-2018",
"version": "0.1.0",
"description": "A theme for creating digital publications similar to art catalogues using the Hugo static-site generator.",
"repository": {
"type": "git",
"url": "https://github.com/livrenum/theme-ecridil-2018"
},
"main": "webpack/webpack.config.dev.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "LivreNum",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"autoprefixer": "^9.1.5",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.2",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"eslint": "^5.6.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"glob": "^7.1.3",
"mini-css-extract-plugin": "^0.4.3",
"node-sass": "^4.9.3",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.1",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0",
"webpack-manifest-plugin": "^2.0.4"
},
"dependencies": {
"bulma": "^0.7.1",
"espacefine": "^2.0.0",
"hammerjs": "^2.0.8",
"intersection-observer": "^0.5.1",
"jquery": "^3.3.1",
"leaflet": "^1.3.4",
"leaflet-fullscreen": "^1.0.2",
"leaflet-iiif": "^2.0.1",
"lodash": "^4.17.11",
"lodash.debounce": "^4.0.8",
"lodash.findindex": "^4.6.0",
"lunr": "^2.3.3",
"photoswipe": "^4.1.2",
"scrollama": "^1.4.4",
"smoothstate": "github:miguel-perez/smoothState.js",
"template-polyfill": "^2.0.0",
"velocity-animate": "^1.5.2"
}
}