-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "mango-scripts",
"version": "0.0.0-semantically-released",
"description": "Common scripts (testing/linting etc) for use in projects",
"engines": {
"node": ">= 8",
"npm": ">= 5"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mango-chutney/mango-scripts.git"
},
"bin": "./bin/mango-scripts.js",
"dependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.21",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^5.10.0",
"eslint-config-mango": "^1.0.3",
"husky": "^1.2.1",
"is-ci": "^2.0.0",
"jest": "^23.6.0",
"lint-staged": "^8.1.0",
"prettier": "^1.15.3",
"read-pkg-up": "^4.0.0",
"which": "^1.3.1"
},
"devDependencies": {
"semantic-release": "^15.13.1"
}
}