Skip to content

Commit

Permalink
chore: format package.jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed May 11, 2023
1 parent 8f7ea1f commit 9da301e
Show file tree
Hide file tree
Showing 12 changed files with 223 additions and 232 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "vuestic-ui-wrapper",
"version": "1.0.0",
"license": "MIT",
"repository": "https://github.com/epicmaxco/vuestic-ui",
"devDependencies": {
"lerna": "^3.20.2",
"syncpack": "^9.8.6",
"yorkie": "^2.0.0"
},
"gitHooks": {
"pre-commit": "lerna run --concurrency 1 --stream precommit --since HEAD"
},
"license": "MIT",
"private": true,
"repository": "https://github.com/epicmaxco/vuestic-ui",
"scripts": {
"serve": "yarn workspace vuestic-ui serve",
"serve:book": "yarn workspace vuestic-ui serve",
"serve:production": "yarn workspace vuestic-ui serve:production",
"lint": "yarn workspace vuestic-ui lint",
"build": "yarn workspace vuestic-ui build",
"build:book": "yarn workspace vuestic-ui build:book",
"build:types": "yarn workspace vuestic-ui build:types",
"test:unit": "yarn workspace vuestic-ui test:unit",
"test:bundlers": "yarn workspace bundler-test test",
"lint:style": "yarn workspace vuestic-ui lint:style",
"serve:docs": "yarn workspace docs serve",
"build:docs": "yarn workspace docs build",
"build:docs:ci": "yarn workspace docs build:ci",
"build:types": "yarn workspace vuestic-ui build:types",
"generate:component": "yarn workspace docs generate:component",
"generate:docspage": "yarn workspace docs generate:docspage",
"lint": "yarn workspace vuestic-ui lint",
"lint:style": "yarn workspace vuestic-ui lint:style",
"push": "yarn workspace vuestic-ui push",
"push-production": "yarn workspace vuestic-ui push-production",
"generate:docspage": "yarn workspace docs generate:docspage",
"generate:component": "yarn workspace docs generate:component",
"sandbox:vite": "yarn workspace sandbox dev:vite",
"release": "yarn workspace deploy release",
"sandbox:nuxt": "yarn workspace sandbox dev:nuxt",
"sandbox:vite": "yarn workspace sandbox dev:vite",
"sandbox:vue-cli": "yarn workspace sandbox dev:vue-cli",
"sandbox:web-components": "yarn workspace sandbox dev:web-components",
"release": "yarn workspace deploy release"
"serve": "yarn workspace vuestic-ui serve",
"serve:book": "yarn workspace vuestic-ui serve",
"serve:docs": "yarn workspace docs serve",
"serve:production": "yarn workspace vuestic-ui serve:production",
"test:bundlers": "yarn workspace bundler-test test",
"test:unit": "yarn workspace vuestic-ui test:unit"
},
"workspaces": {
"packages": [
"packages/*",
"packages/extensions/*"
]
},
"gitHooks": {
"pre-commit": "lerna run --concurrency 1 --stream precommit --since HEAD"
}
}
40 changes: 20 additions & 20 deletions packages/ag-grid-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"name": "@vuestic/ag-grid-theme",
"version": "1.1.4",
"description": "Custom theme with Vuestic UI styles for AG Grid Vue 3.",
"homepage": "https://vuestic.dev",
"repository": "https://github.com/epicmaxco/vuestic-ui",
"license": "MIT",
"type": "module",
"scripts": {
"build": "rollup --config rollup.config.js --bundleConfigAsCjs",
"prepack": "npm run build"
},
"version": "1.1.4",
"dependencies": {
"@ag-grid-community/client-side-row-model": "^29.0.0",
"@ag-grid-community/core": "^29.0.0",
"@ag-grid-community/styles": "^29.0.0",
"@ag-grid-community/vue3": "^29.0.0"
},
"peerDependencies": {
"vuestic-ui": "^1.3.0"
},
"devDependencies": {
"sass": "^1.57.1",
"rollup": "^3.15.0",
"rollup-plugin-scss": "^4.0.0"
"rollup-plugin-scss": "^4.0.0",
"sass": "^1.57.1"
},
"exports": {
".": "./dist/ag-theme-vuestic.css",
"./scss": "./src/styles/index.scss"
},
"homepage": "https://vuestic.dev",
"keywords": [
"vuestic",
"ag grid",
"grid",
"theme",
"vue",
"vue3",
"vue"
"vuestic"
],
"license": "MIT",
"main": "dist/ag-theme-vuestic.css",
"exports": {
".": "./dist/ag-theme-vuestic.css",
"./scss": "./src/styles/index.scss"
}
"peerDependencies": {
"vuestic-ui": "^1.3.0"
},
"repository": "https://github.com/epicmaxco/vuestic-ui",
"scripts": {
"build": "rollup --config rollup.config.js --bundleConfigAsCjs",
"prepack": "npm run build"
},
"type": "module"
}
18 changes: 9 additions & 9 deletions packages/bundlers-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "bundler-test",
"private": true,
"version": "0.0.0",
"private": true,
"scripts": {
"build:local-packages-16": "docker image prune -f && docker container prune -f && docker-compose --profile local-packages-16 build --no-cache",
"build:local-packages-lts": "docker image prune -f && docker container prune -f && docker-compose --profile local-packages-lts build --no-cache",
"build:test-page": "tsx ./kitchensink-builder/create-test-page.ts",
"run:nuxt-spa": "docker-compose --profile nuxt-spa up",
"run:nuxt-ssr": "docker-compose --profile nuxt-ssr up",
"run:vite": "docker-compose --profile run-vite up",
"run:webpack": "docker-compose --profile run-webpack up",
"run:nuxt-ssr": "docker-compose --profile nuxt-ssr up",
"run:nuxt-spa": "docker-compose --profile nuxt-spa up",
"test:vite": "docker-compose --profile vite up --build --exit-code-from cypress_vite",
"test:vite-cjs": "docker-compose --profile vite-cjs up --build --exit-code-from cypress_vite_cjs",
"test": "yarn build:test-page && yarn build:local-packages-16 && yarn build:local-packages-lts && yarn test:vite && yarn test:nuxt && yarn test:webpack && yarn test:16",
"test:16": "yarn build:local-packages-16 && yarn test:vite",
"test:cli": "docker-compose --profile cli up --build --exit-code-from cypress_cli",
"test:nuxt": "yarn test:nuxt-ssr",
"test:webpack": "docker-compose --profile webpack up --build --exit-code-from cypress_webpack",
"test:nuxt-ssr": "docker-compose --profile nuxt-ssr up --build --exit-code-from cypress_nuxt_ssr",
"test:nuxt-spa": "docker-compose --profile nuxt-spa up --build --exit-code-from cypress_nuxt_spa",
"test": "yarn build:test-page && yarn build:local-packages-16 && yarn build:local-packages-lts && yarn test:vite && yarn test:nuxt && yarn test:webpack && yarn test:16",
"test:16": "yarn build:local-packages-16 && yarn test:vite"
"test:nuxt-ssr": "docker-compose --profile nuxt-ssr up --build --exit-code-from cypress_nuxt_ssr",
"test:vite": "docker-compose --profile vite up --build --exit-code-from cypress_vite",
"test:vite-cjs": "docker-compose --profile vite-cjs up --build --exit-code-from cypress_vite_cjs",
"test:webpack": "docker-compose --profile webpack up --build --exit-code-from cypress_webpack"
}
}
20 changes: 10 additions & 10 deletions packages/create-vuestic/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
{
"name": "create-vuestic",
"version": "0.0.4",
"description": "Easy way to create new vuestic-ui app",
"main": "index.js",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "tsx ./src/index.ts",
"build": "rm -rf dist && tsup src/ --format esm",
"prepublishOnly": "npm run build"
},
"version": "0.0.4",
"bin": {
"create-vuestic": "./dist/index.js"
},
Expand All @@ -23,5 +15,13 @@
"@types/prompts": "^2.4.2",
"tsup": "^6.5.0",
"tsx": "^3.12.1"
}
},
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "rm -rf dist && tsup src/ --format esm",
"dev": "tsx ./src/index.ts",
"prepublishOnly": "npm run build"
},
"type": "module"
}
14 changes: 7 additions & 7 deletions packages/deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "deploy",
"private": true,
"version": "0.0.0",
"scripts": {
"release": "tsx release-script/release-script.ts"
},
"devDependencies": {
"tsx": "^3.12.1",
"chalk": "^5.2.0",
"inquirer": "^9.0.0",
"typescript": "^4.3.2",
"chalk": "^5.2.0"
"tsx": "^3.12.1",
"typescript": "^5"
},
"exports": {
"./execute": "./execute/index.ts"
},
"private": true,
"scripts": {
"release": "tsx release-script/release-script.ts"
}
}
40 changes: 20 additions & 20 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
{
"private": true,
"name": "docs",
"version": "0.0.1",
"scripts": {
"build": "yarn build:analysis && nuxt build --max_old_space_size=4096",
"build:ci": "yarn build:analysis && nuxt build --max_old_space_size=4096",
"build:analysis": "yarn workspace sandbox build:analysis ../docs/page-config/getting-started/tree-shaking",
"serve": "yarn build:analysis --use-cache && nuxt dev",
"generate": "yarn build:analysis && nuxt generate --max_old_space_size=4096",
"preview": "npx serve ./.output/public",
"test": "vitest",
"lint": "eslint --ext .js,.ts,.vue .",
"lint:style": "stylelint '**/*.{vue,html,css,scss}'"
"dependencies": {
"@docsearch/js": "^3.2.1",
"@nuxtjs/google-fonts": "^3.0.0-1",
"@types/acorn": "^6.0.0",
"acorn": "^8.8.1",
"codesandbox": "^2.2.3",
"highlight.js": "^11.7.0",
"marked": "^4.3.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
Expand All @@ -20,8 +17,8 @@
"@nuxtjs/i18n": "^8.0.0-beta.11",
"@nuxtjs/tailwindcss": "^6.3.0",
"@types/escodegen": "^0.0.7",
"@types/marked": "^4.3.0",
"@types/estree": "^1.0.0",
"@types/marked": "^4.3.0",
"acorn": "^8.8.1",
"acorn-walk": "^8.2.0",
"autoprefixer": "^10.4.13",
Expand All @@ -39,13 +36,16 @@
"vue-router": "^4.1.6",
"vue-tsc": "^1.2.0"
},
"dependencies": {
"@docsearch/js": "^3.2.1",
"@nuxtjs/google-fonts": "^3.0.0-1",
"@types/acorn": "^6.0.0",
"acorn": "^8.8.1",
"codesandbox": "^2.2.3",
"highlight.js": "^11.7.0",
"marked": "^4.3.0"
"private": true,
"scripts": {
"build": "yarn build:analysis && nuxt build --max_old_space_size=4096",
"build:analysis": "yarn workspace sandbox build:analysis ../docs/page-config/getting-started/tree-shaking",
"build:ci": "yarn build:analysis && nuxt build --max_old_space_size=4096",
"generate": "yarn build:analysis && nuxt generate --max_old_space_size=4096",
"lint": "eslint --ext .js,.ts,.vue .",
"lint:style": "stylelint '**/*.{vue,html,css,scss}'",
"preview": "npx serve ./.output/public",
"serve": "yarn build:analysis --use-cache && nuxt dev",
"test": "vitest"
}
}
50 changes: 25 additions & 25 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,7 @@
{
"name": "@vuestic/nuxt",
"description": "Vuestic UI module for Nuxt 3",
"keywords": [
"vuesticui",
"vuestic",
"nuxt3",
"nuxt",
"vue"
],
"version": "1.0.13",
"license": "MIT",
"type": "module",
"exports": {
".": {
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "nuxt-module-build",
"prepack": "nuxt-module-build"
},
"dependencies": {
"@nuxt/kit": "^3.0.0",
"chokidar": "*",
Expand All @@ -39,5 +15,29 @@
"@nuxt/vite-builder": "latest",
"@nuxtjs/eslint-config-typescript": "latest",
"eslint": "latest"
}
},
"exports": {
".": {
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"files": [
"dist"
],
"keywords": [
"nuxt",
"nuxt3",
"vue",
"vuestic",
"vuesticui"
],
"license": "MIT",
"main": "./dist/module.cjs",
"scripts": {
"build": "nuxt-module-build",
"prepack": "nuxt-module-build"
},
"type": "module",
"types": "./dist/types.d.ts"
}
Loading

0 comments on commit 9da301e

Please sign in to comment.