-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.27 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/mobx",
"version": "0.0.8",
"description": "A JSON:API client and store layer for MobX",
"main": "index.js",
"repository": "[email protected]:reststate/reststate-mobx.git",
"author": "Josh Justice <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"test": "jest ./test",
"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": {
"mobx": "^6.0.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.1.0",
"@vuepress/plugin-google-analytics": "^1.0.1",
"acorn": "^8.0.1",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.1",
"babel-jest": "^26.0.1",
"eslint": "^7.3.1",
"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",
"kind-of": "^6.0.3",
"mobx": "^6.0.1",
"prettier": "2.1.2",
"serialize-javascript": "^5.0.1",
"vuepress": "^1.0.1"
}
}