-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "index-scrollbar",
"version": "1.1.0",
"description": "Stencil Component Starter",
"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/index-scrollbar/index-scrollbar.esm.js",
"files": [
"dist/",
"loader/"
],
"repository": {
"type": "git",
"url": "https://github.com/mooalot/index-scrollbar"
},
"scripts": {
"build": "stencil build --prod",
"start": "stencil build --dev --watch --serve --no-open",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"publish:public": "npm run build && npm publish --access=public",
"publish:beta": "npm run build && npm publish --tag beta"
},
"dependencies": {
"@stencil/core": "^4.18.2"
},
"devDependencies": {
"@stencil/sass": "^3.0.12",
"@types/jest": "^27.0.3",
"jest": "^27.4.5",
"jest-cli": "^27.4.5",
"puppeteer": "^10.0.0"
},
"license": "MIT"
}