-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.61 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": "wp-org-connection",
"version": "0.10.1",
"private": true,
"description": "Connect Frontity to any self hosted WP using the REST API",
"scripts": {
"test": "jest --watch --silent",
"test:debug": "node --inspect node_modules/.bin/jest --watch",
"test:ci": "jest --silent",
"cz": "git-cz",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/frontity/wp-org-connection.git"
},
"keywords": [
"wordpress",
"org",
"connection",
"frontity",
"package"
],
"license": "Apache-2.0",
"dependencies": {
"he": "^1.1.1",
"himalaya": "^1.0.1",
"history": "^4.7.2",
"normalizr": "^3.2.4",
"query-parse": "^2.0.0",
"wpapi": "^1.1.2"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.1",
"@semantic-release/git": "^7.0.5",
"@semantic-release/github": "^5.2.0",
"@semantic-release/npm": "^5.0.5",
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"commitizen": "^2.10.1",
"cz-conventional-changelog": "^2.1.0",
"husky": "^1.0.0-rc.9",
"jest": "^23.2.0",
"mobx": "^4.5.0",
"mobx-state-tree": "^3.5.0",
"semantic-release": "^15.10.5",
"travis-deploy-once": "^5.0.9"
},
"bugs": {
"url": "https://github.com/frontity/wp-org-connection/issues"
},
"homepage": "https://github.com/frontity/wp-org-connection#readme"
}