-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.47 KB
/
package.json
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
{
"name": "simple-stencil-stripe-subscriptions",
"version": "0.4.0",
"description": "Pricing table for Stripe Subscriptions",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"author": {
"name": "Alberto Cantu"
},
"unpkg": "dist/simple-stencil-stripe-subscriptions/simple-stencil-stripe-subscriptions.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/prysmex/simple-stencil-stripe-subscriptions.git"
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"prepublish": "pnpm build"
},
"dependencies": {
"@stencil/core": "^3.0.0",
"@types/lodash-es": "^4.17.7",
"classnames": "^2.3.2",
"global": "^4.4.0",
"lodash-es": "4.17.21",
"stencil": "^0.0.5",
"stencil-tailwind-plugin": "^1.7.0",
"tailwindcss": "^3.3.2",
"@tailwindcss/forms": "0.5.4",
"workbox-build": "4.3.1"
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "^16.18.11",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"puppeteer": "^19.5.2"
},
"license": "MIT"
}