@svelteuidev/prism
Advanced tools
Comparing version 0.12.1 to 0.13.0
@@ -1,1 +0,1 @@ | ||
export * from './Prism/index.js'; | ||
export * from './Prism'; |
export { default as Prism } from './Prism.svelte'; | ||
export { PrismErrors } from './Prism.errors.js'; | ||
export { PrismErrors } from './Prism.errors'; | ||
export * as PrismStyles from './Prism.styles'; |
113
package.json
{ | ||
"name": "@svelteuidev/prism", | ||
"version": "0.12.1", | ||
"version": "0.13.0", | ||
"description": "Code highlight with SvelteUI theme", | ||
@@ -28,9 +28,41 @@ "keywords": [ | ||
"type": "module", | ||
"module": "index.js", | ||
"types": "types/index.d.ts", | ||
"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": [ | ||
"index.js", | ||
"dist/**/*.{js,svelte}", | ||
"types/**/*.d.ts" | ||
"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", | ||
"pub:test": "npm publish dist/", | ||
"sort": "npx sort-package-json", | ||
"storybook": "start-storybook -p 6006", | ||
"sync": "svelte-kit sync", | ||
"update:lockfile": "yarn", | ||
"watch": "svelte-package -w" | ||
}, | ||
"dependencies": { | ||
@@ -41,47 +73,34 @@ "prism-svelte": "0.5.0", | ||
"devDependencies": { | ||
"@babel/core": "7.18.6", | ||
"@sveltejs/adapter-auto": "next", | ||
"@sveltejs/kit": "next", | ||
"@sveltejs/package": "1.0.0-next.3", | ||
"@babel/core": "7.21.8", | ||
"@sveltejs/adapter-auto": "2.0.1", | ||
"@sveltejs/kit": "1.16.3", | ||
"@sveltejs/package": "2.0.2", | ||
"@types/prismjs": "1.26.0", | ||
"@typescript-eslint/eslint-plugin": "5.27.0", | ||
"@typescript-eslint/parser": "5.27.0", | ||
"autoprefixer": "10.4.4", | ||
"babel-loader": "8.2.5", | ||
"cssnano": "5.1.7", | ||
"eslint": "8.16.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-storybook": "0.6.1", | ||
"eslint-plugin-svelte3": "4.0.0", | ||
"postcss": "8.4.12", | ||
"prettier": "2.6.2", | ||
"prettier-plugin-svelte": "2.7.0", | ||
"sass": "1.50.0", | ||
"svelte": "3.58.0", | ||
"svelte-check": "3.0.2", | ||
"@typescript-eslint/eslint-plugin": "5.59.5", | ||
"@typescript-eslint/parser": "5.59.5", | ||
"autoprefixer": "10.4.14", | ||
"babel-loader": "9.1.2", | ||
"cssnano": "6.0.1", | ||
"eslint": "8.40.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-storybook": "0.6.12", | ||
"eslint-plugin-svelte": "2.28.0", | ||
"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": "4.10.7", | ||
"svelte2tsx": "0.6.11", | ||
"tslib": "2.3.1", | ||
"typescript": "4.7.4", | ||
"vite": "4.3.1" | ||
"svelte-preprocess": "5.0.3", | ||
"svelte2tsx": "0.6.14", | ||
"tslib": "2.5.0", | ||
"typescript": "5.0.4", | ||
"vite": "4.3.5" | ||
}, | ||
"peerDependencies": { | ||
"@svelteuidev/composables": "0.12.1", | ||
"@svelteuidev/core": "0.12.1", | ||
"@svelteuidev/composables": "0.13.0", | ||
"@svelteuidev/core": "0.13.0", | ||
"svelte": ">=3.55.0" | ||
}, | ||
"exports": { | ||
"./package.json": "./package.json", | ||
"./dist/Prism/Prism.config": "./dist/Prism/Prism.config.js", | ||
"./dist/Prism/Prism.errors": "./dist/Prism/Prism.errors.js", | ||
"./dist/Prism/Prism.styles": "./dist/Prism/Prism.styles.js", | ||
"./dist/Prism/Prism.svelte": "./dist/Prism/Prism.svelte", | ||
"./dist/Prism/clipboard": "./dist/Prism/clipboard.js", | ||
"./dist/Prism": "./dist/Prism/index.js", | ||
"./dist": "./dist/index.js", | ||
"./dist/types/PrismTheme": "./dist/types/PrismTheme.js", | ||
".": "./index.js" | ||
}, | ||
"svelte": "./index.js" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
22274
20
358