-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.77 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": "frontity-services",
"version": "1.2.1",
"private": true,
"description": "Services for demos.frontity.cloud",
"main": "src/index.js",
"scripts": {
"start": "micro-proxy -r rules.json",
"postinstall": "npm-recursive-install --skip-root",
"test": "jest --watch",
"test:debug": "node --inspect node_modules/.bin/jest --watch",
"test:ci": "jest --silent --passWithNoTests",
"cz": "git-cz",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/frontity/services.git"
},
"author": "Eduardo Campaña ([email protected]), Luis Herranz ([email protected])",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/frontity/services/issues"
},
"homepage": "https://github.com/frontity/services#readme",
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@semantic-release/changelog": "^3.0.1",
"@semantic-release/git": "^7.0.5",
"@semantic-release/github": "^5.2.1",
"babel-eslint": "^10.0.1",
"commitizen": "^3.0.4",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.8.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.26.2",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"husky": "^1.1.2",
"jest": "^23.6.0",
"lint-staged": "^8.0.4",
"micro-dev": "^3.0.0",
"nock": "^10.0.1",
"prettier": "^1.14.3",
"recursive-install": "^1.4.0",
"semantic-release": "^15.10.6",
"test-listen": "^1.1.0",
"travis-deploy-once": "^5.0.9"
},
"dependencies": {
"micro-proxy": "^1.1.0"
}
}