-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
223 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.