-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "@allmaps/editor",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "npm run build; push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@allmaps/annotation": "^1.0.0-beta.26",
"@allmaps/id": "1.0.0-beta.26",
"@allmaps/iiif-parser": "1.0.0-beta.36",
"buefy": "^0.9.7",
"bulma": "^0.9.4",
"core-js": "^3.8.2",
"diff-match-patch": "^1.0.5",
"highlight.js": "^11.1.0",
"json0-ot-diff": "^1.1.2",
"ol": "^6.5.0",
"ot-json1": "^1.0.1",
"reconnecting-websocket": "^4.4.0",
"regenerator-runtime": "^0.13.9",
"sharedb": "^3.1.0",
"vue": "^2.7.10",
"vue-router": "^3.6.5",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.20.0",
"sass": "^1.32.8",
"sass-loader": "^10.2.1",
"vue-template-compiler": "^2.7.10"
},
"repository": {
"type": "git",
"url": "https://github.com/allmaps/editor.git"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}