forked from niklv/vuex-coolstory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.22 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
{
"name": "vuex-coolstory",
"version": "0.0.8",
"description": "Vuex plugin for redux-saga",
"author": "Nikita Lvov <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/niklv/vuex-coolstory"
},
"homepage": "https://github.com/niklv/vuex-coolstory",
"bugs": {
"url": "https://github.com/niklv/vuex-coolstory",
"email": "[email protected]"
},
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint-staged": "lint-staged"
},
"pre-commit": "lint-staged",
"keywords": [
"vuex",
"plugin",
"redux-saga",
"saga"
],
"license": "ISC",
"peerDependencies": {
"redux-saga": "^1.*.*"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-json": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"lint-staged": "^10.0.2",
"pre-commit": "^1.2.2",
"prettier": "^1.19.1",
"redux-saga": "^1.0.2",
"vue": "^2.6.11",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.1.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}