48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"name": "limelight-common-web-components",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"files": [
|
|
"dist",
|
|
"font.css",
|
|
"theme.css",
|
|
"fonts",
|
|
"assets"
|
|
],
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"./style.css": "./dist/index.css",
|
|
"./theme.css": "./theme.css",
|
|
"./assets/*": "./dist/assets/*"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"jsdom": "^27.0.1",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^6.0.0",
|
|
"vite-plugin-dts": "^4.5.4",
|
|
"vite-plugin-static-copy": "^3.4.0",
|
|
"vitest": "^3.2.4",
|
|
"vue": "^3.5.0"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite build --watch",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
}
|
|
}
|