-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.94 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
{
"name": "dh-parzival",
"version": "1.0.2",
"private": true,
"description": "The Parzival-Projekt – a genetic digital edition of Wolfram von Eschenbach's ‹Parzival›",
"author": "pagina GmbH",
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "npm run prepare-data && vue-cli-service build",
"lint": "vue-cli-service lint",
"configure": "babel-node --config-file ./babel-node.config.js src/build/configure.js",
"img2dzi": "babel-node --config-file ./babel-node.config.js src/build/img2dzi.js",
"img2ptif": "babel-node --config-file ./babel-node.config.js src/build/img2ptif.js",
"prepare-data": "babel-node --config-file ./babel-node.config.js src/build/data.js"
},
"dependencies": {
"animate.css": "^3.7.0",
"bulma": "^0.9.3",
"core-js": "^3.19.1",
"csv": "^5.1.1",
"debug": "^4.1.1",
"del": "^4.1.0",
"escape-html": "^1.0.3",
"font-awesome": "^4.7.0",
"fs-extra": "^7.0.1",
"intersection-observer": "^0.12.0",
"lodash": "^4.17.21",
"openseadragon": "^2.4.0",
"optional": "^0.1.4",
"sax": "^1.2.4",
"scroll-into-view": "^1.14.2",
"vue": "^2.6.10",
"vue-focus": "^2.1.0",
"vue-lazyload": "^1.2.6",
"vue-match-media": "^1.0.3",
"vue-meta": "^1.6.0",
"vue-router": "^3.0.6",
"vue-scrollto": "^2.20.0",
"vue-waypoint": "^3.5.2",
"xmlbuilder": "^12.0.0",
"xmldom": "^0.6.0",
"xpath": "0.0.32"
},
"devDependencies": {
"@babel/node": "^7.2.2",
"@babel/polyfill": "^7.4.3",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"babel-eslint": "^10.0.1",
"coffeescript": "^2.4.1",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"globby": "^9.2.0",
"sass": "^1.37.5",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.10"
},
"license": "GPL v3.0",
"repository": "[email protected]:paginagmbh/parzival.git"
}