@svelteuidev/preprocessors
Advanced tools
Comparing version 0.13.0 to 0.14.0
196
package.json
{ | ||
"name": "@svelteuidev/preprocessors", | ||
"version": "0.13.0", | ||
"description": "Svelte preprocessor library to assist in many areas of development", | ||
"keywords": [ | ||
"svelte", | ||
"sveltekit", | ||
"svelteui", | ||
"preprocessor", | ||
"components", | ||
"library", | ||
"frontend" | ||
], | ||
"homepage": "https://svelteui.org", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/svelteuidev/svelteui", | ||
"directory": "packages/svelteui-preprocessor" | ||
}, | ||
"license": "MIT", | ||
"author": "Kamell Perry <kamellperry33@gmail.com>", | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"svelte": "./dist/index.js", | ||
"default": "./dist/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"svelte": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"typesVersions": { | ||
">4.0": { | ||
"*": [ | ||
"./dist/index.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "vite build", | ||
"build-storybook": "build-storybook", | ||
"check": "svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", | ||
"dev": "vite dev", | ||
"format": "prettier --write --plugin-search-dir=. .", | ||
"lint": "prettier --check --plugin-search-dir=. . && eslint .", | ||
"package": "svelte-kit sync && svelte-package", | ||
"preview": "vite preview", | ||
"pub": "yarn publish", | ||
"sort": "npx sort-package-json", | ||
"storybook": "start-storybook -p 6006", | ||
"sync": "svelte-kit sync", | ||
"update:lockfile": "yarn", | ||
"watch": "svelte-package -w" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.21.8", | ||
"@playwright/test": "1.21.0", | ||
"@sveltejs/adapter-auto": "2.0.1", | ||
"@sveltejs/adapter-node": "next", | ||
"@sveltejs/kit": "1.16.3", | ||
"@sveltejs/package": "2.0.2", | ||
"@testing-library/svelte": "3.1.2", | ||
"@types/js-string-escape": "1.0.1", | ||
"@types/mkdirp": "1.0.2", | ||
"@typescript-eslint/eslint-plugin": "5.59.5", | ||
"@typescript-eslint/parser": "5.59.5", | ||
"babel-loader": "9.1.2", | ||
"eslint": "8.40.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-storybook": "0.6.12", | ||
"eslint-plugin-svelte": "2.28.0", | ||
"happy-dom": "5.0.0", | ||
"js-string-escape": "1.0.1", | ||
"magic-string": "0.26.2", | ||
"mkdirp": "1.0.4", | ||
"postcss": "8.4.23", | ||
"prettier": "2.8.8", | ||
"prettier-plugin-svelte": "2.10.0", | ||
"sass": "1.62.1", | ||
"svelte": "3.59.1", | ||
"svelte-check": "3.3.2", | ||
"svelte-loader": "3.1.7", | ||
"svelte-preprocess": "5.0.3", | ||
"svelte2tsx": "0.6.14", | ||
"tslib": "2.5.0", | ||
"typescript": "5.0.4", | ||
"vite": "4.3.5", | ||
"vitest": "0.13.0" | ||
}, | ||
"peerDependencies": { | ||
"svelte": ">=3.55.0" | ||
} | ||
"name": "@svelteuidev/preprocessors", | ||
"version": "0.14.0", | ||
"description": "Svelte preprocessor library to assist in many areas of development", | ||
"keywords": [ | ||
"svelte", | ||
"sveltekit", | ||
"svelteui", | ||
"preprocessor", | ||
"components", | ||
"library", | ||
"frontend" | ||
], | ||
"homepage": "https://svelteui.org", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/svelteuidev/svelteui", | ||
"directory": "packages/svelteui-preprocessor" | ||
}, | ||
"license": "MIT", | ||
"author": "Kamell Perry <kamellperry33@gmail.com>", | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"svelte": "./dist/index.js", | ||
"default": "./dist/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"svelte": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"typesVersions": { | ||
">4.0": { | ||
"*": [ | ||
"./dist/index.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "vite build", | ||
"build-storybook": "build-storybook", | ||
"check": "svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", | ||
"dev": "vite dev", | ||
"format": "prettier --write --plugin-search-dir=. .", | ||
"lint": "prettier --check --plugin-search-dir=. . && eslint .", | ||
"package": "svelte-kit sync && svelte-package", | ||
"preview": "vite preview", | ||
"pub": "yarn publish", | ||
"sort": "npx sort-package-json", | ||
"storybook": "start-storybook -p 6006", | ||
"sync": "svelte-kit sync", | ||
"update:lockfile": "yarn", | ||
"watch": "svelte-package -w" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.21.8", | ||
"@playwright/test": "1.21.0", | ||
"@sveltejs/adapter-auto": "2.0.1", | ||
"@sveltejs/adapter-node": "next", | ||
"@sveltejs/kit": "1.16.3", | ||
"@sveltejs/package": "2.0.2", | ||
"@testing-library/svelte": "3.1.2", | ||
"@types/js-string-escape": "1.0.1", | ||
"@types/mkdirp": "1.0.2", | ||
"@typescript-eslint/eslint-plugin": "5.59.5", | ||
"@typescript-eslint/parser": "5.59.5", | ||
"babel-loader": "9.1.2", | ||
"eslint": "8.40.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-storybook": "0.6.12", | ||
"eslint-plugin-svelte": "2.28.0", | ||
"happy-dom": "5.0.0", | ||
"js-string-escape": "1.0.1", | ||
"magic-string": "0.26.2", | ||
"mkdirp": "1.0.4", | ||
"postcss": "8.4.23", | ||
"prettier": "2.8.8", | ||
"prettier-plugin-svelte": "2.10.0", | ||
"sass": "1.62.1", | ||
"svelte": "3.59.1", | ||
"svelte-check": "3.3.2", | ||
"svelte-loader": "3.1.7", | ||
"svelte-preprocess": "5.0.3", | ||
"svelte2tsx": "0.6.14", | ||
"tslib": "2.5.0", | ||
"typescript": "5.0.4", | ||
"vite": "4.3.5", | ||
"vitest": "0.13.0" | ||
}, | ||
"peerDependencies": { | ||
"svelte": ">=3.55.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
12225