|
|
@@ -2,9 +2,8 @@ |
|
|
|
"name": "teenyui", |
|
|
|
"version": "0.1.0", |
|
|
|
"description": "Tiny UI library for Preact", |
|
|
|
"main": "./dist/cjs/index.js", |
|
|
|
"module": "./dist/esm/index.js", |
|
|
|
"types": "./dist/esm/index.d.ts", |
|
|
|
"module": "./dist/src/index.js", |
|
|
|
"types": "./dist/index.d.ts", |
|
|
|
"source": "./src/index.ts", |
|
|
|
"repository": "git@github.com:dsluijk/teenyui.git", |
|
|
|
"author": "Dany Sluijk <me@dany.dev>", |
|
|
@@ -26,10 +25,11 @@ |
|
|
|
"preact": "^10.5.5", |
|
|
|
"rollup": "^2.33.1", |
|
|
|
"rollup-plugin-postcss": "^3.1.8", |
|
|
|
"rollup-plugin-terser": "^7.0.2", |
|
|
|
"rollup-plugin-typescript2": "^0.29.0", |
|
|
|
"stylelint": "^13.7.2", |
|
|
|
"stylelint-config-sass-guidelines": "^7.1.0", |
|
|
|
"typescript": "^4.0.3" |
|
|
|
"typescript": "^4.0.5" |
|
|
|
}, |
|
|
|
"peerDependencies": { |
|
|
|
"preact": "^10.5.5" |
|
|
|