Newer
Older
"description": "Helsinki University Design System library",
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
Markus Kalijärvi
committed
"build": "stencil build --docs && yarn pretty-quick",
"start": "stencil build --dev --watch --serve",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"watchdocs": "node watchdocs.js",
},
"devDependencies": {
"@stencil/react-output-target": "^0.0.6",
"@stencil/sass": "^1.3.1",
"@types/jest": "25.2.3",
"@types/jest-axe": "^3.2.2",
"@types/puppeteer": "3.0.0",
"pretty-quick": "2.0.1",
"puppeteer": "3.1.0",
"stylelint-config-recommended": "^3.0.0"
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}