feat: docker compose maybe
This commit is contained in:
21
node_modules/@skeletonlabs/tw-plugin/LICENSE
generated
vendored
Normal file
21
node_modules/@skeletonlabs/tw-plugin/LICENSE
generated
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 Skeleton Labs, LLC
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
2150
node_modules/@skeletonlabs/tw-plugin/dist/index.d.ts
generated
vendored
Normal file
2150
node_modules/@skeletonlabs/tw-plugin/dist/index.d.ts
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
11072
node_modules/@skeletonlabs/tw-plugin/dist/index.js
generated
vendored
Normal file
11072
node_modules/@skeletonlabs/tw-plugin/dist/index.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
68
node_modules/@skeletonlabs/tw-plugin/package.json
generated
vendored
Normal file
68
node_modules/@skeletonlabs/tw-plugin/package.json
generated
vendored
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"name": "@skeletonlabs/tw-plugin",
|
||||
"version": "0.2.3",
|
||||
"description": "Core plugin for Skeleton.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/skeletonlabs/skeleton.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/skeletonlabs/skeleton/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"cli",
|
||||
"components",
|
||||
"ui",
|
||||
"component",
|
||||
"svelte",
|
||||
"component-library",
|
||||
"ui-components",
|
||||
"ui-framework",
|
||||
"tailwind",
|
||||
"tailwindcss",
|
||||
"components-library",
|
||||
"sveltekit"
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage": "https://skeleton.dev/",
|
||||
"devDependencies": {
|
||||
"@types/node": "18.16.16",
|
||||
"@types/postcss-import": "^14.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.59.9",
|
||||
"@typescript-eslint/parser": "5.59.9",
|
||||
"eslint": "8.42.0",
|
||||
"eslint-config-prettier": "8.8.0",
|
||||
"postcss": "8.4.24",
|
||||
"postcss-import": "15.1.0",
|
||||
"postcss-js": "4.0.1",
|
||||
"postcss-load-config": "4.0.1",
|
||||
"postcss-selector-parser": "^6.0.13",
|
||||
"prettier": "2.8.8",
|
||||
"tailwindcss": "3.3.2",
|
||||
"tslib": "2.5.3",
|
||||
"tsup": "^6.7.0",
|
||||
"tsx": "^3.12.7",
|
||||
"typescript": "5.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"tailwindcss": ">=3.0.0"
|
||||
},
|
||||
"type": "commonjs",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"./dist/**/*.js",
|
||||
"./dist/**/*.d.ts",
|
||||
"./dist/**/*.cjs",
|
||||
"./dist/**/*.d.cts"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsx ./scripts/generate-jss.ts && tsup",
|
||||
"sync": "pnpm build:jss && tsup",
|
||||
"package": "pnpm build:jss && tsup",
|
||||
"lint": "prettier --ignore-path .prettierignore --check --plugin-search-dir=. . && eslint --fix --ignore-path .gitignore .",
|
||||
"format": "prettier --ignore-path .prettierignore --write --plugin-search-dir=. .",
|
||||
"build:jss": "tsx ./scripts/generate-jss.ts",
|
||||
"convert": "tsx ./scripts/convert-theme.ts && pnpm format"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user