{ "name": "ocelot-social-frontend", "version": "3.8.1", "description": "ocelot.social new Frontend (in development and not fully implemented) by IT4C Boilerplate for frontends", "main": "build/index.js", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/IT4Change/boilerplate-frontend.git" }, "keywords": [ "nodejs", "npm", "docker", "jq", "vue", "vike", "vuetify", "pinia", "vue-i18n", "eslint", "remark-cli", "stylelint", "vitest", "storybook", "vuepress" ], "author": { "name": "Ulf Gebhardt" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/IT4Change/boilerplate-frontend/issues" }, "homepage": "https://github.com/IT4Change/boilerplate-frontend#readme", "scripts": { "dev": "npm run server:dev", "prod": "npm run build && npm run server:prod", "build": "vite build && npm run server:build", "server": "node --loader ts-node/esm ./server/index.ts", "server:dev": "npm run server", "server:prod": "node ./build/index.cjs", "server:prod:ts": "cross-env NODE_ENV=production npm run server", "server:build": "tsx scripts/buildServer/buildServer", "storybook": "storybook dev -p 6006", "storybook:build": "storybook build -o build/storybook", "storybook:test": "test-storybook", "test:lint": "npm run test:lint:eslint && npm run test:lint:remark && npm run test:lint:style && npm run test:lint:locales", "test:lint:eslint": "eslint --ext .vue,.ts,.tsx,.js,.jsx,.cjs,.mjs,.json,.yml,.yaml --max-warnings 0 .", "test:lint:locales": "scripts/locales/locales.sh src/locales", "test:lint:remark": "remark . --quiet --frail", "test:lint:style": "stylelint --max-warnings 0 --ignore-path .gitignore \"**/*.{css,scss,vue,vuex}\"", "test:unit": "npm run test:unit:dev -- run --coverage", "test:unit:update": "npm run test:unit:dev -- run --coverage -u", "test:unit:dev": "vitest", "test": "npm run test:lint && npm run test:unit", "docs:dev": "vuepress dev .", "docs:build": "vuepress build .", "update": "npx npm-check-updates" }, "dependencies": { "@intlify/unplugin-vue-i18n": "^2.0.0", "@mdi/font": "^7.4.47", "@types/compression": "^1.7.5", "@types/express": "^4.17.21", "@types/node": "^20.13.0", "@vitejs/plugin-vue": "^5.0.5", "@vue/compiler-sfc": "^3.5.12", "@vue/server-renderer": "3.4.27", "@vuepress/theme-default": "^2.0.0-rc.37", "compression": "^1.7.4", "cross-env": "^7.0.3", "express": "^4.21.1", "pinia": "^2.2.4", "pinia-plugin-persistedstate": "^4.1.2", "sass": "^1.80.4", "sass-loader": "^14.2.1", "sirv": "^3.0.0", "ts-node": "^10.9.2", "typescript": "^5.4.5", "vike": "^0.4.195", "vite": "^5.2.12", "vue": "3.4.27", "vue-i18n": "^9.14.0", "vuetify": "^3.5.15" }, "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", "@intlify/eslint-plugin-vue-i18n": "^3.0.0", "@storybook/addon-essentials": "^8.3.6", "@storybook/addon-interactions": "^8.3.6", "@storybook/addon-links": "^8.3.6", "@storybook/blocks": "^8.1.10", "@storybook/test-runner": "^0.19.1", "@storybook/testing-library": "^0.2.2", "@storybook/vue3": "^8.3.6", "@storybook/vue3-vite": "^8.3.6", "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.11.0", "@vitest/coverage-v8": "^2.1.3", "@vue/test-utils": "^2.4.6", "@vuepress/bundler-vite": "^2.0.0-rc.14", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-config-standard": "^17.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-json": "^3.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-security": "^3.0.0", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-vitest": "^0.4.1", "eslint-plugin-vue": "^9.26.0", "eslint-plugin-vuetify": "^2.4.0", "eslint-plugin-yml": "^1.14.0", "happy-dom": "^14.12.3", "prettier": "^3.3.3", "react": "^18.3.1", "react-dom": "^18.3.1", "remark-cli": "^12.0.1", "remark-gfm": "^4.0.0", "remark-preset-lint-consistent": "^6.0.0", "remark-preset-lint-markdown-style-guide": "^6.0.0", "remark-preset-lint-recommended": "^7.0.0", "storybook": "^8.1.10", "stylelint": "^16.10.0", "stylelint-config-css-modules": "^4.4.0", "stylelint-config-recess-order": "^5.1.1", "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard": "^36.0.1", "stylelint-config-standard-scss": "^13.1.0", "tsx": "^4.11.0", "vite-plugin-checker": "^0.6.4", "vite-plugin-compression": "^0.5.1", "vite-plugin-vuetify": "^2.0.3", "vitest": "^2.0.5", "vue-tsc": "^1.8.27", "vuepress": "^2.0.0-rc.14" }, "imports": { "#components/*": "./src/components/*", "#pages/*": "./src/pages/*", "#assets/*": "./src/assets/*", "#layouts/*": "./src/layouts/*", "#stores/*": "./src/stores/*", "#src/*": "./src/*", "#plugins/*": "./renderer/plugins/*", "#context/*": "./renderer/context/*", "#types/*": "./types/*", "#root/*": "./*" } }