aboutsummaryrefslogtreecommitdiff
path: root/hsm-web/Client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'hsm-web/Client/package.json')
-rw-r--r--hsm-web/Client/package.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/hsm-web/Client/package.json b/hsm-web/Client/package.json
new file mode 100644
index 0000000..65a15d8
--- /dev/null
+++ b/hsm-web/Client/package.json
@@ -0,0 +1,46 @@
+{
+ "name": "",
+ "version": "",
+ "private": true,
+ "scripts": {
+ "serve": "vue-cli-service serve",
+ "build": "vue-cli-service build",
+ "lint": "vue-cli-service lint"
+ },
+ "dependencies": {
+ "@vue/cli": "^5.0.9",
+ "core-js": "^3.8.3",
+ "vue": "^3.2.13"
+ },
+ "devDependencies": {
+ "@babel/core": "^7.12.16",
+ "@babel/eslint-parser": "^7.12.16",
+ "@vue/cli-plugin-babel": "~5.0.0",
+ "@vue/cli-plugin-eslint": "~5.0.0",
+ "@vue/cli-service": "~5.0.0",
+ "eslint": "^7.32.0",
+ "eslint-plugin-vue": "^8.0.3"
+ },
+ "eslintConfig": {
+ "root": true,
+ "env": {
+ "node": true
+ },
+ "extends": [
+ "plugin:vue/vue3-essential",
+ "eslint:recommended"
+ ],
+ "parserOptions": {
+ "parser": "@babel/eslint-parser"
+ },
+ "rules": {}
+ },
+ "browserslist": [
+ "> 1%",
+ "last 2 versions",
+ "not dead",
+ "not ie 11"
+ ],
+ "_id": "@",
+ "readme": "ERROR: No README data found!"
+}