diff --git a/GuessNN-webapp/package.json b/GuessNN-webapp/package.json index f17b5fe..5d583b6 100644 --- a/GuessNN-webapp/package.json +++ b/GuessNN-webapp/package.json @@ -2,28 +2,29 @@ "name": "guessnn-webapp", "version": "0.0.0", "scripts": { - "dev": "vite", - "build": "vue-tsc --noEmit && vite build", - "preview": "vite preview --port 5050", - "typecheck": "vue-tsc --noEmit", - "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" + "dev": "vite", + "build": "vue-tsc --noEmit && vite build", + "preview": "vite preview --port 5050", + "typecheck": "vue-tsc --noEmit", + "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", + "verify": "vue-tsc --noEmit && eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { - "bootstrap": "^5.1.3", - "bootstrap-icons": "^1.8.1", - "vue": "^3.2.33" + "bootstrap": "^5.1.3", + "bootstrap-icons": "^1.8.1", + "vue": "^3.2.33" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.1.0", - "@types/node": "^16.11.27", - "@vitejs/plugin-vue": "^2.3.1", - "@vue/eslint-config-typescript": "^10.0.0", - "@vue/tsconfig": "^0.1.3", - "eslint": "^8.5.0", - "eslint-plugin-vue": "^8.2.0", - "sass": "^1.50.1", - "typescript": "~4.6.3", - "vite": "^2.9.5", - "vue-tsc": "^0.34.7" + "@rushstack/eslint-patch": "^1.1.0", + "@types/node": "^16.11.27", + "@vitejs/plugin-vue": "^2.3.1", + "@vue/eslint-config-typescript": "^10.0.0", + "@vue/tsconfig": "^0.1.3", + "eslint": "^8.5.0", + "eslint-plugin-vue": "^8.2.0", + "sass": "^1.50.1", + "typescript": "~4.6.3", + "vite": "^2.9.5", + "vue-tsc": "^0.34.7" } }