-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.44 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.44 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
{
"name": "progress-ring-component",
"version": "1.0.36",
"description": "Animated web component showing progress in percentage",
"module": "dist/index.js",
"types": "dist/components/index.d.ts",
"main": "dist/index.cjs.js",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/",
"demo/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"lint": "eslint src/**/*{.ts,.tsx}",
"test": "stencil test --e2e",
"test.watch": "stencil test --e2e --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taisuke-j/progress-ring-component.git"
},
"author": "taisuke-j",
"keywords": [
"progress-ring",
"progress",
"ring",
"donut",
"web-components",
"stencil",
"requestanimationframe",
"raf",
"animation",
"transition",
"pwa"
],
"bugs": {
"url": "https://github.com/taisuke-j/progress-ring-component/issues"
},
"homepage": "https://github.com/taisuke-j/progress-ring-component#readme",
"dependencies": {
"@stencil/react-output-target": "^0.5.3",
"easing-animation-frames": "1.0.5"
},
"devDependencies": {
"@stencil/core": "~4.18.3",
"@stencil/eslint-plugin": "^0.4.0",
"@types/jest": "^29.5.12",
"@types/puppeteer": "5.4.7",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"puppeteer": "22.11.2"
},
"license": "MIT"
}