This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.63 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": "custom-html",
"version": "0.1.0",
"private": true,
"description": "Custom HTML package for Frontity",
"scripts": {
"test": "jest --watch --silent",
"test:debug": "node --inspect node_modules/.bin/jest --watch",
"test:ci": "jest --silent --passWithNoTests",
"cz": "git-cz",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/frontity/custom-html.git"
},
"author": "Eduardo Campaña (eduardo@frontity.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/frontity/custom-html/issues"
},
"homepage": "https://github.com/frontity/custom-html#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.8",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"commitizen": "^3.0.5",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.2",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"husky": "^1.3.0",
"jest": "^23.6.0",
"lint-staged": "^8.1.0",
"mobx": "^4.8.0",
"mobx-react": "^5.4.3",
"mobx-state-tree": "^3.9.0",
"prettier": "^1.15.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"semantic-release": "^15.13.1"
}
}