forked from cuijiemmx/redux-persist-weapp-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 878 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
{
"name": "redux-persist-weapp-storage",
"version": "1.2.0",
"description": "redux-persist storage engine for wechat app",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf lib",
"lint": "eslint src",
"build": "rollup -c",
"prepublish": "npm run clean && npm run lint && npm run build"
},
"keywords": [
"redux",
"persist",
"wechat",
"weapp",
"wxapp",
"mini",
"program"
],
"author": "cuijiemmx",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"rimraf": "^2.6.2",
"rollup": "^0.67.1",
"rollup-plugin-babel": "^4.0.3"
}
}