1 | {
|
2 | "name": "@sutton-signwriting/sgnw-components",
|
3 | "description": "a javascript package of web components for use with the SignWriting script.",
|
4 | "version": "1.1.0",
|
5 | "keywords": [
|
6 | "SignWriting",
|
7 | "sign language",
|
8 | "web components",
|
9 | "symbols",
|
10 | "signs",
|
11 | "vertical text",
|
12 | "ASCII",
|
13 | "Unicode"
|
14 | ],
|
15 | "homepage": "https://www.sutton-signwriting.io/sgnw-components/",
|
16 | "repository": {
|
17 | "type": "git",
|
18 | "url": "https://github.com/sutton-signwriting/sgnw-components.git"
|
19 | },
|
20 | "bugs": "https://github.com/sutton-signwriting/sgnw-components/issues",
|
21 | "license": "MIT",
|
22 | "author": {
|
23 | "name": "Steve Slevinski",
|
24 | "email": "slevinski@signwriting.org",
|
25 | "url": "https://SteveSlevinski.me"
|
26 | },
|
27 | "funding": [
|
28 | {
|
29 | "type" : "patreon",
|
30 | "url" : "https://www.patreon.com/signwriting"
|
31 | },
|
32 | "https://donate.sutton-signwriting.io"
|
33 | ],
|
34 | "type": "module",
|
35 | "customElements": "dist/custom-elements.json",
|
36 | "main": "dist/index.cjs.js",
|
37 | "module": "dist/index.js",
|
38 | "es2015": "dist/esm/index.mjs",
|
39 | "es2017": "dist/esm/index.mjs",
|
40 | "types": "dist/types/components.d.ts",
|
41 | "collection": "dist/collection/collection-manifest.json",
|
42 | "collection:main": "dist/collection/index.js",
|
43 | "unpkg": "dist/sgnw-components/sgnw-components.esm.js",
|
44 | "files": [
|
45 | "dist/",
|
46 | "loader/",
|
47 | "LICENSE",
|
48 | "package.json",
|
49 | "README.md",
|
50 | "USAGE.md",
|
51 | "SGNW-COMPONENTS.md",
|
52 | "FSW-COMPONENTS.md",
|
53 | "CHANGELOG.md"
|
54 | ],
|
55 | "scripts": {
|
56 | "clean": "rimraf src/docs docs/* loader/* dist/types dist/collection dist/custom-elements* dist/esm dist/sgnw-components dist/cjs dist/index*",
|
57 | "analyze": "cem analyze --stencil --globs 'src/components/*/*.tsx' --outdir dist",
|
58 | "postanalyze": "node tools/docs-manifest.js",
|
59 | "docs": "node tools/docs-create.js",
|
60 | "prebuild": "npm run clean && npm run analyze && npm run docs",
|
61 | "build": "stencil build --docs",
|
62 | "start": "stencil build --dev --watch --serve",
|
63 | "server": "cd docs && npx http-server"
|
64 | },
|
65 | "devDependencies": {
|
66 | "@babel/core": "^7.18.2",
|
67 | "@custom-elements-manifest/analyzer": "^0.6.3",
|
68 | "@custom-elements-manifest/to-markdown": "^0.1.0",
|
69 | "@stencil/core": "^2.17.0",
|
70 | "@types/node": "^16.11.38",
|
71 | "babel-loader": "^8.2.5",
|
72 | "markdown-to-html-cli": "^3.4.12",
|
73 | "rimraf": "^3.0.2"
|
74 | },
|
75 | "dependencies": {
|
76 | "@sutton-signwriting/core": "^1.5.4",
|
77 | "@sutton-signwriting/font-ttf": "^1.4.2",
|
78 | "@types/draggabilly": "^2.1.3",
|
79 | "draggabilly": "^3.0.0"
|
80 | }
|
81 | }
|