-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "@reststate/vuex",
"version": "0.2.5",
"description": "Library to access JSON:API data via Vuex stores",
"main": "index.js",
"repository": "git@github.com:reststate/reststate-vuex.git",
"author": "Josh Justice <me@codingitwrong.com>",
"license": "Apache-2.0",
"scripts": {
"test": "jest ./test/*.js",
"lint": "eslint \"{src,test}/*.js\"",
"format": "prettier --write \"{src,test}/*.js\"",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"@reststate/client": "^0.0.8"
},
"peerDependencies": {
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@vuepress/plugin-google-analytics": "^1.0.1",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.1",
"babel-jest": "^26.0.1",
"eslint": "^7.1.0",
"eslint-config-codingitwrong": "^0.1.3",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-prettier": "^3.0.1",
"jest": "^26.0.1",
"js-levenshtein": "^1.1.6",
"node-forge": "^0.10.0",
"prettier": "2.1.2",
"serialize-javascript": "^5.0.1",
"vue": "2.6.11",
"vue-server-renderer": "2.6.11",
"vuepress": "^1.0.1",
"vuex": "^3.1.1"
}
}