{ "name": "@itcenteratunihelsinki/huds-lib", "version": "0.0.11", "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", "prepare": "stencil build", "start": "stencil build --dev --watch --serve", "test": "stencil test --spec", "test.watch": "stencil test --spec --e2e --watchAll", "generate": "stencil generate", "watchdocs": "node watchdocs.js", "build.watch": "stencil build --docs --watch --serve" }, "devDependencies": { "@stencil/core": "^1.13.0", "@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", "jest": "26.0.1", "jest-axe": "^3.4.0", "jest-cli": "26.0.1", "puppeteer": "3.1.0", "stylelint-config-recommended": "^3.0.0" }, "license": "MIT", "dependencies": { "@stencil/postcss": "^1.0.1", "@types/autoprefixer": "^9.7.2", "autoprefixer": "^9.8.0", "breakpoint-sass": "^2.7.1", "concurrently": "^5.2.0", "minimist": "^1.2.0", "node-sass": "^4.14.1", "postcss-import": "^12.0.1", "tailwindcss": "^1.4.6" }, "browserslist": [ "last 2 versions" ] }