-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
85 lines (85 loc) · 2.16 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@proyecto26/animatable-component",
"version": "1.1.10",
"private": false,
"description": "Animate once, use Everywhere! 💫",
"author": "Proyecto 26",
"homepage": "https://proyecto26.github.io/animatable-component",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.js",
"es2017": "dist/esm/index.js",
"jsnext:main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/animatable-component/animatable-component.js",
"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",
"deploy": "gh-pages -d www",
"lint": "eslint src/**/*{.ts,.tsx}"
},
"devDependencies": {
"typescript": "^4.0.5",
"@stencil/core": "^2.2.0",
"@stencil/eslint-plugin": "^0.3.1",
"@stencil/react-output-target": "^0.0.9",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"eslint": "^7.12.1",
"eslint-plugin-react": "^7.21.5",
"gh-pages": "^3.1.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/proyecto26/animatable-component.git"
},
"bugs": {
"url": "https://github.com/proyecto26/animatable-component/issues"
},
"keywords": [
"animatable",
"component",
"stenciljs",
"stencil",
"angular",
"react",
"vue",
"vanillajs",
"pwa",
"progressive-web-app",
"progressive-web-apps",
"progressive web app",
"progressive web apps",
"web-component",
"web-components",
"web component",
"web components",
"animate",
"keyframes",
"easing",
"easing-functions",
"easing functions",
"animations",
"web-animations",
"web-animations-api",
"web animations",
"web animations api",
"waapi",
"mobile",
"desktop",
"electron",
"gsap",
"ux",
"user experience"
]
}