-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.49 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
{
"name": "spyfu-vuex-helpers",
"version": "0.12.4",
"description": "Utility functions for Vuex.",
"main": "dist/spyfu-vuex-helpers.js",
"module": "dist/spyfu-vuex-helpers.esm.js",
"jsnext:main": "dist/spyfu-vuex-helpers.esm.js",
"scripts": {
"prebuild": "eslint lib test",
"build": "cross-env NODE_ENV=production rollup -c",
"watch": "rollup -c -w",
"test": "cross-env NODE_ENV=test mocha",
"prepublish": "npm test"
},
"repository": "spyfu/spyfu-vuex-helpers",
"keywords": [
"vuex"
],
"author": "SpyFu",
"license": "MIT",
"bugs": {
"url": "https://github.com/spyfu/spyfu-vuex-helpers/issues"
},
"files": [
"lib",
"dist",
"index.d.ts"
],
"homepage": "https://github.com/spyfu/spyfu-vuex-helpers",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^8.2.5",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"babelrc-rollup": "^3.0.0",
"browser-env": "^3.2.5",
"chai": "^4.1.2",
"cross-env": "^5.2.0",
"eslint": "^5.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"rollup": "^0.61.2",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-istanbul": "^2.0.1",
"rollup-watch": "^4.3.1",
"sinon": "^6.0.0",
"vue": "^2.5.16",
"vuex": "^3.0.1"
},
"peerDependencies": {
"vuex": "^3.0.1"
},
"types": "index.d.ts"
}