-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 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
{
"name": "margaret",
"description": "An open-source publishing platform",
"private": true,
"version": "1.0.5",
"scripts": {
"test": "exit 0",
"commit": "commit"
},
"keywords": [
"margaret",
"publishing",
"platform"
],
"repository": "git@github.com:strattadb/margaret.git",
"author": {
"name": "Diego Stratta",
"email": "strattadb@gmail.com",
"url": "https://github.com/strattadb"
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "7.6.1",
"@commitlint/config-conventional": "7.6.0",
"@commitlint/prompt-cli": "7.6.1",
"@commitlint/travis-cli": "7.6.1",
"@playlyfe/gql": "2.6.0",
"babel-eslint": "8.2.6",
"codecov": "3.1.0",
"danger": "3.7.20",
"eslint": "5.1.0",
"eslint-config-airbnb": "17.0.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-graphql": "2.1.1",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jest": "21.18.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "7.10.0",
"eslint-plugin-typescript": "0.12.0",
"eslint-plugin-unicorn": "4.0.3",
"husky": "1.0.0-rc.13",
"jest": "23.4.1",
"lint-staged": "7.2.0",
"prettier": "1.13.7",
"prettier-eslint": "8.8.2",
"prettier-eslint-cli": "4.7.1",
"puppeteer": "1.6.0",
"typescript": "2.9.2"
},
"engines": {
"node": ">= 10.0.0"
}
}