mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-21 08:57:47 +02:00
36 lines
947 B
JSON
36 lines
947 B
JSON
{
|
|
"name": "ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"test:e2e": "vue-cli-service test:e2e",
|
|
"test:unit": "vue-cli-service test:unit"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"element-ui": "^2.4.5",
|
|
"vue": "^2.5.21",
|
|
"vue-router": "^3.0.1",
|
|
"vuex": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.3.0",
|
|
"@vue/cli-plugin-e2e-cypress": "^3.3.0",
|
|
"@vue/cli-plugin-eslint": "^3.3.0",
|
|
"@vue/cli-plugin-unit-mocha": "^3.3.0",
|
|
"@vue/cli-service": "^3.3.0",
|
|
"@vue/test-utils": "^1.0.0-beta.20",
|
|
"babel-eslint": "^10.0.1",
|
|
"chai": "^4.1.2",
|
|
"eslint": "^5.8.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"node-sass": "^4.9.2",
|
|
"sass-loader": "^7.0.3",
|
|
"vue-cli-plugin-element": "^1.0.1",
|
|
"vue-template-compiler": "^2.5.21"
|
|
}
|
|
}
|