mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 23:36:21 +02:00
restart portfolio
This commit is contained in:
+51
-50
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@faker-js/faker",
|
||||
"version": "8.2.0",
|
||||
"version": "8.3.1",
|
||||
"description": "Generate massive amounts of fake contextual data",
|
||||
"keywords": [
|
||||
"faker",
|
||||
@@ -55,53 +55,6 @@
|
||||
"CHANGELOG.md",
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@actions/github": "~5.1.1",
|
||||
"@algolia/client-search": "~4.19.1",
|
||||
"@types/markdown-it": "~13.0.2",
|
||||
"@types/node": "~20.8.3",
|
||||
"@types/sanitize-html": "~2.9.1",
|
||||
"@types/semver": "~7.5.3",
|
||||
"@types/validator": "~13.11.2",
|
||||
"@typescript-eslint/eslint-plugin": "~6.7.4",
|
||||
"@typescript-eslint/parser": "~6.7.4",
|
||||
"@vitest/coverage-v8": "~0.34.6",
|
||||
"@vitest/ui": "~0.34.7",
|
||||
"@vueuse/core": "~10.5.0",
|
||||
"conventional-changelog-cli": "~4.1.0",
|
||||
"cypress": "~13.3.0",
|
||||
"esbuild": "~0.19.4",
|
||||
"eslint": "~8.51.0",
|
||||
"eslint-config-prettier": "~9.0.0",
|
||||
"eslint-define-config": "~1.24.1",
|
||||
"eslint-gitignore": "~0.1.0",
|
||||
"eslint-plugin-deprecation": "~2.0.0",
|
||||
"eslint-plugin-jsdoc": "~46.8.2",
|
||||
"eslint-plugin-prettier": "~5.0.0",
|
||||
"eslint-plugin-unicorn": "~48.0.1",
|
||||
"eslint-plugin-vitest": "~0.3.2",
|
||||
"glob": "~10.3.10",
|
||||
"npm-run-all": "~4.1.5",
|
||||
"prettier": "3.0.3",
|
||||
"prettier-plugin-organize-imports": "~3.2.3",
|
||||
"rimraf": "~5.0.5",
|
||||
"sanitize-html": "~2.11.0",
|
||||
"semver": "~7.5.4",
|
||||
"standard-version": "~9.5.0",
|
||||
"tsx": "~3.13.0",
|
||||
"typedoc": "~0.24.8",
|
||||
"typescript": "~4.9.5",
|
||||
"validator": "~13.11.0",
|
||||
"vite": "~4.4.11",
|
||||
"vitepress": "1.0.0-beta.7",
|
||||
"vitest": "~0.34.6",
|
||||
"vue": "~3.3.4"
|
||||
},
|
||||
"packageManager": "pnpm@8.5.1",
|
||||
"engines": {
|
||||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
||||
"npm": ">=6.14.13"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf coverage .eslintcache dist docs/.vitepress/dist locale pnpm-lock.yaml node_modules",
|
||||
"build:clean": "rimraf dist",
|
||||
@@ -110,7 +63,7 @@
|
||||
"build": "run-s build:clean build:code build:types",
|
||||
"generate": "run-s generate:locales generate:api-docs",
|
||||
"generate:api-docs": "tsx ./scripts/apidoc.ts",
|
||||
"generate:locales": "tsx ./scripts/generateLocales.ts",
|
||||
"generate:locales": "tsx ./scripts/generate-locales.ts",
|
||||
"docs:build": "run-s docs:prepare docs:build:run",
|
||||
"docs:build:run": "vitepress build docs",
|
||||
"docs:build:ci": "run-s build docs:build",
|
||||
@@ -130,6 +83,54 @@
|
||||
"docs:test:e2e:run": "run-p --race docs:serve \"cypress run\"",
|
||||
"docs:test:e2e:open": "run-p --race docs:serve \"cypress open\"",
|
||||
"release": "standard-version",
|
||||
"prepublishOnly": "pnpm run clean && pnpm install && pnpm run build",
|
||||
"preflight": "pnpm install && run-s generate format lint build test:update-snapshots ts-check"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/github": "~6.0.0",
|
||||
"@algolia/client-search": "~4.19.1",
|
||||
"@types/markdown-it": "~13.0.6",
|
||||
"@types/node": "~20.9.0",
|
||||
"@types/sanitize-html": "~2.9.4",
|
||||
"@types/semver": "~7.5.5",
|
||||
"@types/validator": "~13.11.6",
|
||||
"@typescript-eslint/eslint-plugin": "~6.10.0",
|
||||
"@typescript-eslint/parser": "~6.10.0",
|
||||
"@vitest/coverage-v8": "~0.34.6",
|
||||
"@vitest/ui": "~0.34.7",
|
||||
"@vueuse/core": "~10.6.0",
|
||||
"conventional-changelog-cli": "~4.1.0",
|
||||
"cypress": "~13.5.0",
|
||||
"esbuild": "~0.19.5",
|
||||
"eslint": "~8.53.0",
|
||||
"eslint-config-prettier": "~9.0.0",
|
||||
"eslint-define-config": "~1.24.1",
|
||||
"eslint-gitignore": "~0.1.0",
|
||||
"eslint-plugin-deprecation": "~2.0.0",
|
||||
"eslint-plugin-jsdoc": "~46.9.0",
|
||||
"eslint-plugin-prettier": "~5.0.1",
|
||||
"eslint-plugin-unicorn": "~49.0.0",
|
||||
"eslint-plugin-vitest": "~0.3.9",
|
||||
"glob": "~10.3.10",
|
||||
"npm-run-all": "~4.1.5",
|
||||
"prettier": "3.1.0",
|
||||
"prettier-plugin-organize-imports": "~3.2.4",
|
||||
"rimraf": "~5.0.5",
|
||||
"sanitize-html": "~2.11.0",
|
||||
"semver": "~7.5.4",
|
||||
"standard-version": "~9.5.0",
|
||||
"tsx": "~3.13.0",
|
||||
"typedoc": "~0.24.8",
|
||||
"typescript": "~4.9.5",
|
||||
"validator": "~13.11.0",
|
||||
"vite": "~4.5.0",
|
||||
"vitepress": "1.0.0-beta.7",
|
||||
"vitest": "~0.34.6",
|
||||
"vue": "~3.3.8"
|
||||
},
|
||||
"packageManager": "pnpm@8.5.1",
|
||||
"engines": {
|
||||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
||||
"npm": ">=6.14.13"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user