-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 977 Bytes
/
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
{
"name": "@arthur791004/redux-lazy",
"version": "0.0.3",
"main": "src/index.js",
"repository": "[email protected]:arthur791004/redux-lazy.git",
"author": "arthur791004 <[email protected]>",
"license": "MIT",
"scripts": {
"clean": "rimraf ./pkg",
"prebuild": "yarn run clean",
"build": "pika build",
"release": "pika publish --access public",
"version": "yarn run build"
},
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-ts-standard-pkg"
],
[
"@pika/plugin-build-node"
],
[
"@pika/plugin-build-web"
]
]
},
"devDependencies": {
"@babel/core": "~7.4.0",
"@pika/pack": "~0.5.0",
"@pika/plugin-build-node": "~0.6.0",
"@pika/plugin-build-web": "~0.6.0",
"@pika/plugin-ts-standard-pkg": "~0.6.0",
"redux": "~4.0.4",
"rimraf": "~3.0.0",
"typescript": "~3.5.3"
},
"keywords": [
"redux",
"action",
"reducer",
"types"
]
}