-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.82 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
53
54
55
56
57
58
59
60
61
62
{
"name": "leibal-components",
"version": "0.0.1",
"description": "Stencil Component Starter",
"license": "UNLICENSED",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/leibal-components/leibal-components.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/stencil-component-starter.git"
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "NOBROWSER=true stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"pre-commit": [],
"dependencies": {
"@proyecto26/animatable-component": "^1.1.10",
"@stencil/core": "^2.13.0",
"fuzzy-search": "^3.2.1",
"markdown-it": "^13.0.1",
"postcss-nesting": "^10.1.2",
"st-lazy": "^2.2.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"@stencil/postcss": "^2.1.0",
"@types/autoprefixer": "^10.2.0",
"@types/jest": "^27.0.3",
"animejs": "^3.2.1",
"autoprefixer": "^10.4.2",
"cssnano": "^5.0.17",
"jest": "^27.4.5",
"jest-cli": "^27.4.5",
"masonry-layout": "^4.2.2",
"number-to-words": "^1.2.4",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"postcss-replace": "^2.0.0",
"pre-commit": "^1.2.2",
"puppeteer": "^13.4.0",
"resize-observer-polyfill": "^1.5.1",
"stencil-click-outside": "^1.8.0",
"stencil-tailwind-plugin": "^1.8.0",
"swiper": "^8.3.2",
"tailwindcss": "^3.0.23"
}
}