forked from hound-search/hound
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 849 Bytes
/
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
{
"name": "hound",
"version": "1.0.0",
"description": "Hound",
"main": "index.js",
"scripts": {
"test": "jest",
"format": "pretty-quick --staged --pattern '**/*.*(js|jsx)'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etsy/hound.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/etsy/hound/issues"
},
"homepage": "https://github.com/etsy/hound#readme",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"jest": "^25.3.0",
"prettier": "^2.0.4",
"pretty-quick": "^2.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}