This repository has been archived by the owner on May 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
76 lines (76 loc) · 2.14 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
{
"name": "@gaia-project/viewer",
"version": "5.6.3-alternate",
"description": "Functions to visualize the map and boards for gaia project inside html canvas",
"author": "coyotte508, rzulian",
"scripts": {
"serve": "vue-cli-service serve --port 8080",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"package": "vue-cli-service build --target lib src/wrapper.ts",
"prepublishOnly": "npm run package",
"test": "vue-cli-service lint"
},
"unpkg": "dist/package/viewer.umd.min.js",
"files": [
"index.ts",
"tsconfig.json",
"src",
"README.md",
"public",
"dist/package/viewer.umd.min.js",
"dist/package/viewer.css"
],
"dependencies": {
"@gaia-project/engine": "^4.6.5",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.12.0",
"vue": "^2.6.11",
"vuex": "^3.0.1"
},
"devDependencies": {
"@types/jquery": "^3.3.1",
"@types/node": "^10.5.2",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-typescript": "~4.2.3",
"@vue/cli-service": "~4.2.3",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"hexagrid": "^2.0.1",
"node-sass": "^4.7.2",
"popper": "^1.0.1",
"popper.js": "^1.16.1",
"sass-loader": "^8.0.2",
"typescript": "^4.1.3",
"vue-property-decorator": "^8.4.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.16.1"
},
"peerDependencies": {
"bootstrap-vue": "^2.12.0",
"vue": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"bugs": {
"url": "https://github.com/donkeytech/gaia-viewer/issues"
},
"homepage": "https://github.com/donkeytech/gaia-viewer#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/donkeytech/gaia-viewer.git"
},
"source": "index.ts"
}