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": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"watchdocs": "node watchdocs.js",
},
"devDependencies": {
"@stencil/core": "^1.8.3",
"@types/jest-axe": "^3.2.1",
"@types/puppeteer": "1.20.4",
"puppeteer": "1.20.0",
"stylelint-config-recommended": "^3.0.0"
"@stencil/postcss": "^1.0.1",
"@types/autoprefixer": "^9.7.0",
"autoprefixer": "^9.7.4",
"postcss-import": "^12.0.1",
"tailwindcss": "^1.2.0"