forked from ionic-team/stencil-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "stencil-redux",
"version": "0.2.3-0",
"description": "patched Stencil Redux - A simple redux-connector for Stencil-built web components",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/"
],
"scripts": {
"build": "stencil build",
"start": "stencil build --es5 --dev --watch --serve --no-open --debug",
"release": "npm run build && np",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/stencil-redux.git"
},
"devDependencies": {
"@stencil/core": "^2.0.0-0",
"@types/jest": "^26.0.9",
"jest": "^26.3.0",
"np": "^6.4.0",
"redux": "^4.0.1",
"ts-jest": "^26.2.0",
"typescript": "^3.9.7"
},
"peerDependencies": {
"redux": "^4.0.1"
},
"author": "Ionic Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionic-team/stencil-redux"
},
"homepage": "https://github.com/ionic-team/stencil-redux"
}