-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.97 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
{
"name": "@abritopach/star-rating-webcomponent",
"version": "0.0.8",
"description": "⭐ Star Rating Component is a standalone Web Component made with ❤️ and built 🛠 with Stencil (a framework-agnostic web component that works in Ionic, Angular, React, Vue, Remix, Vanilla javascript,.... ⭐",
"author": "Adrián Brito Pacheco",
"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/stencil-star-rating/stencil-star-rating.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/abritopach/stencil-star-rating"
},
"bugs": {
"url": "https://github.com/abritopach/stencil-star-rating/issues"
},
"files": [
"dist/"
],
"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",
"lint": "eslint src/**/*{.ts,.tsx}",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o docs-build"
},
"dependencies": {
"@stencil/core": "^2.19.3",
"ionicons": "^6.0.4"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@stencil/eslint-plugin": "^0.4.0",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/html": "^6.5.13",
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"babel-loader": "^9.1.0",
"copy-webpack-plugin": "^6.4.1",
"eslint": "^8.28.0",
"eslint-plugin-react": "^7.31.11",
"jest": "^29.3.1",
"jest-cli": "^29.3.1",
"puppeteer": "^19.2.2",
"typescript": "^4.9.3"
},
"license": "MIT"
}