{ "name": "stencil-custom-elements", "version": "0.0.1", "private": "true", "scripts": { "build": "stencil build", "start": "stencil build --dev --watch --serve --no-open", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll", "generate": "stencil generate" }, "dependencies": { "@stencil/core": "^2.7.1", "@stencil/redux": "^0.2.0", "@stencil/sass": "^1.4.1", "@types/codemirror": "^0.0.98", "@types/file-saver": "^2.0.1", "@types/jest": "^26.0.21", "@types/jszip": "^3.4.1", "@types/prismjs": "^1.26.0", "@types/puppeteer": "^5.4.3", "@types/uuid": "^8.0.0", "jest": "^26.6.3", "jest-cli": "^26.6.3", "puppeteer": "^9.1.1", "redux": "^4.1.0", "redux-devtools-extension": "^2.13.9", "redux-thunk": "^2.3.0", "swiper": "^6.5.6", "uuid": "^8.1.0" }, "devDependencies": { "workbox-build": "^4.3.1" } }