-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.42 KB
/
Copy pathpackage.json
File metadata and controls
122 lines (122 loc) · 4.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "@saasquatch/mint-components",
"title": "Mint Components",
"version": "2.1.12",
"description": "A minimal design library with components for referral and loyalty experiences. Built with Shoelace components by Saasquatch.",
"icon": "https://res.cloudinary.com/saasquatch/image/upload/v1652219900/squatch-assets/For_Mint.svg",
"raisins": "docs/raisins.json",
"main": "dist/index.cjs.js",
"es2015": "dist/esm/index.js",
"es2017": "dist/esm/index.js",
"types": "dist/types/components.d.ts",
"module": "dist/mint-components/mint-components.esm.js",
"unpkg": "dist/mint-components/mint-components.js",
"jsnext:main": "dist/esm/index.js",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"private": false,
"publishConfig": {
"access": "public",
"provenance": true
},
"files": [
"dist/",
"grapesjs/",
"shoelace/",
"docs/"
],
"scripts": {
"build": "stencil build --docs",
"watch": "cross-env NODE_ENV=dev stencil build --dev --watch",
"build:dev": "cross-env BUILD=dev stencil build --docs",
"build:grapes": "cross-env BUILD=DOCS stencil build --watch --docs",
"serve:grapes": "npx http-server . --cors -c-1 -p 8080",
"start": "cross-env NODE_ENV=dev stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e --verbose --maxWorkers=1",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"specs": "picklesdoc xlsx src docs --testers=2",
"serve:package": "serve . --cors -l 5000",
"start:raisins": "run-p start serve:package",
"postinstall": "patch-package",
"prepack": "npm run build",
"changeset": "changeset",
"version": "changeset version && npm install",
"release": "changeset publish",
"prepublishOnly": "if [ \"$CI\" != \"true\" ]; then echo 'Error: Direct npm publish is disabled for @saasquatch/mint-components. Publish via the Mint Components Release (stable) or Publish Package (prerelease) GitHub Actions workflow.' && exit 1; fi"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.7",
"@formatjs/intl": "^3.1.8",
"@formatjs/intl-pluralrules": "^1.5.8",
"@formatjs/intl-relativetimeformat": "4.5.15",
"@formatjs/intl-utils": "^2.2.5",
"@lit/reactive-element": "^1.0.0-rc.2",
"@rollup/plugin-alias": "^3.1.2",
"@saasquatch/stencil-grapes-plugin": "^1.0.2",
"@stencil/core": "^2.4.0",
"@stencil/router": "^1.0.1",
"@stencil/sass": "^1.3.2",
"@stencil/utils": "latest",
"@types/canvas-confetti": "^1.4.2",
"@types/jest": "^26.0.21",
"@types/luxon": "^2.0.9",
"@types/puppeteer": "^7.0.4",
"@types/resize-observer-browser": "^0.1.5",
"clipboard": "^1.7.1",
"cross-env": "^7.0.2",
"docx": "^5.4.1",
"http-server": "^14.1.1",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"jest-config": "^26.6.3",
"marked": "^3.0.4",
"patch-package": "^6.5.1",
"picklesdoc": "^1.2.1",
"puppeteer": "^22.10.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-string": "^3.0.0",
"stencil-docx-docs": "0.0.2",
"ts-node": "^7.0.1",
"workbox-build": "4.3.1"
},
"dependencies": {
"@raisins/stencil-docs-target": "^1.2.1",
"@saasquatch/component-boilerplate": "^1.6.10",
"@saasquatch/dom-context-hooks": "^1.0.5",
"@saasquatch/shoelace": "^1.0.0",
"@saasquatch/stencil-hooks": "^2.0.2",
"@saasquatch/stencilbook": "^1.1.0",
"@saasquatch/universal-hooks": "^1.0.0",
"@veriff/incontext-sdk": "^2.3.1",
"babel-polyfill": "^6.26.0",
"canvas-confetti": "^1.4.0",
"color2k": "^1.2.4",
"deepmerge": "^4.2.2",
"dom-context": "^1.3.1",
"fast-equals": "^4.0.3",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"highlight.js": "^10.6.0",
"jsonpointer": "^4.1.0",
"jss-preset-default": "^10.7.1",
"jwt-decode": "^4.0.0",
"libphonenumber-js": "^1.9.23",
"luxon": "^2.0.1",
"password-validator": "^5.1.1",
"path-to-regexp": "^6.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saasquatch/program-tools.git",
"directory": "packages/mint-components"
},
"author": "ReferralSaaSquatch.com, Inc.",
"bugs": {
"url": "https://github.com/saasquatch/program-tools"
},
"homepage": "https://github.com/saasquatch/program-tools",
"license": "MIT"
}