UNPKG

1.77 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.9.0",
5 "main": "dist/index.cjs.js",
6 "module": "dist/custom-elements/index.js",
7 "es2015": "dist/esm/index.mjs",
8 "es2017": "dist/esm/index.mjs",
9 "types": "dist/custom-elements/index.d.ts",
10 "collection": "dist/collection/collection-manifest.json",
11 "collection:main": "dist/collection/index.js",
12 "unpkg": "dist/sgnw-components/sgnw-components.js",
13 "files": [
14 "dist/",
15 "loader/"
16 ],
17 "publishConfig": {
18 "registry": "https://registry.npmjs.org/"
19 },
20 "scripts": {
21 "build": "stencil build --docs",
22 "build.json": "stencil build --docs-json docs.json",
23 "build.watch": "stencil build --watch --serve",
24 "start": "npm run build.watch & npm run storybook",
25 "test": "stencil test --spec --e2e",
26 "test.watch": "stencil test --spec --e2e --watchAll",
27 "generate": "stencil generate",
28 "storybook": "start-storybook -s ./dist",
29 "storybook.build": "build-storybook -s ./dist -o docs"
30 },
31 "devDependencies": {
32 "@stencil/core": "^2.0.1",
33 "@babel/core": "^7.12.10",
34 "@babel/plugin-syntax-jsx": "^7.12.1",
35 "@babel/plugin-transform-react-jsx": "^7.12.10",
36 "@storybook/addon-actions": "^6.1.11",
37 "@storybook/addon-essentials": "^6.1.11",
38 "@storybook/addon-links": "^6.1.11",
39 "@storybook/html": "^6.1.11",
40 "babel-loader": "^8.2.2",
41 "jsx-dom": "^6.4.23",
42 "@types/jest": "^26.0.19",
43 "puppeteer": "^5.5.0"
44 },
45 "dependencies": {
46 "@ionic/core": "^5.5.2",
47 "@sutton-signwriting/core": "^1.2.0",
48 "@sutton-signwriting/font-ttf": "^1.2.0",
49 "@sutton-signwriting/unicode8": "^1.1.2"
50 },
51 "license": "MIT"
52}