|
|
@@ -5,7 +5,7 @@ |
|
|
|
"module": "./dist/index.js", |
|
|
|
"types": "./dist/index.d.ts", |
|
|
|
"source": "./src/index.ts", |
|
|
|
"repository": "git@github.com:dsluijk/teenyui.git", |
|
|
|
"repository": "git@git.dany.dev:dsluijk/teenyui.git", |
|
|
|
"author": "Dany Sluijk <me@dany.dev>", |
|
|
|
"license": "GPL-3.0", |
|
|
|
"sideEffects": false, |
|
|
@@ -15,12 +15,14 @@ |
|
|
|
"build": "rollup -c", |
|
|
|
"lint": "yarn lint-ts && yarn lint-scss", |
|
|
|
"lint-ts": "eslint --max-warnings 0 --ext .js,.jsx,.ts,.tsx ./src", |
|
|
|
"lint-scss": "stylelint './src/**/*.scss'" |
|
|
|
"lint-scss": "stylelint './src/**/*.scss'", |
|
|
|
"commit": "cz" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.1", |
|
|
|
"@typescript-eslint/eslint-plugin": "^4.3.0", |
|
|
|
"@typescript-eslint/parser": "^4.3.0", |
|
|
|
"commitizen": "^4.2.2", |
|
|
|
"eslint": "^7.10.0", |
|
|
|
"eslint-config-prettier": "^6.12.0", |
|
|
|
"preact": "^10.5.5", |
|
|
|