UNPKG

2.01 kBJSONView Raw
1{
2 "name": "@sutton-signwriting/sgnw-components",
3 "description": "a javascript package of web components for use with the SignWriting script.",
4 "version": "0.2.0",
5 "main": "dist/index.js",
6 "module": "dist/index.mjs",
7 "module-bundle": "dist/custom-elements-bundle/index.mjs",
8 "es2015": "dist/esm/index.mjs",
9 "es2017": "dist/esm/index.mjs",
10 "types": "dist/types/index.d.ts",
11 "collection": "dist/collection/collection-manifest.json",
12 "collection:main": "dist/collection/index.js",
13 "unpkg": "dist/sgnw-components/sgnw-components.js",
14 "files": [
15 "dist/",
16 "loader/"
17 ],
18 "scripts": {
19 "build": "stencil build --docs",
20 "build.json": "stencil build --docs-json docs.json",
21 "start": "stencil build --docs --watch",
22 "test": "stencil test --spec --e2e",
23 "test.watch": "stencil test --spec --e2e --watchAll",
24 "generate": "stencil generate",
25 "wca": "wca analyze src",
26 "wca.build": "wca analyze src --outFile custom-elements.json",
27 "prestorybook": "npm run wca.build",
28 "storybook": "start-storybook -s dist",
29 "prestorybook.build": "npm run wca.build",
30 "storybook.build": "build-storybook -s dist -o docs"
31 },
32 "devDependencies": {
33 "@babel/core": "^7.11.0",
34 "@babel/plugin-syntax-jsx": "^7.10.4",
35 "@babel/plugin-transform-react-jsx": "^7.10.4",
36 "@stencil/core": "^1.17.0",
37 "@storybook/addon-actions": "^5.3.19",
38 "@storybook/addon-docs": "^5.3.19",
39 "@storybook/addon-knobs": "^5.3.19",
40 "@storybook/addon-links": "^5.3.19",
41 "@storybook/addon-storysource": "^5.3.19",
42 "@storybook/html": "^5.3.19",
43 "@types/jest": "^26.0.7",
44 "@types/puppeteer": "2.0.1",
45 "babel-loader": "^8.1.0",
46 "jsx-dom": "^6.4.19",
47 "puppeteer": "2.1.1",
48 "react": "^16.13.1",
49 "react-is": "^16.13.1",
50 "web-component-analyzer": "^1.1.6",
51 "workbox-build": "4.3.1"
52 },
53 "license": "MIT",
54 "dependencies": {
55 "@sutton-signwriting/core": "^1.2.0",
56 "@sutton-signwriting/font-ttf": "^1.2.0"
57 }
58}