forked from jvalue/ods-webclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"name": "ods-webclient",
"version": "0.1.0",
"homepage": "https://github.com/jvalue/ods-webclient",
"repository": "https://github.com/jvalue/ods-webclient.git",
"licenses": [
{
"type": "GNU Affero General Public License 3",
"url": "https://opensource.org/licenses/AGPL-3.0"
}
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"dockerBuild": "docker build -f ./docker/Dockerfile -t ods-webclient:$npm_package_version ."
},
"dependencies": {
"keycloak-js": "^4.8.3",
"vue": "^2.6.3",
"vue-class-component": "^6.3.0",
"vue-router": "^3.0.1",
"vuetify": "^1.5.0",
"vuex": "^3.1.0",
"vuex-class": "^0.3.1"
},
"devDependencies": {
"@mdi/font": "^3.4.93",
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-typescript": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"typescript": "^3.3.1",
"vue-template-compiler": "^2.6.3",
"vuex-module-decorators": "^0.9.8"
}
}