forked from hound-search/hound
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 955 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
36
37
38
39
{
"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/hound-search/hound.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hound-search/hound/issues"
},
"homepage": "https://github.com/hound-search/hound#readme",
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.2.5",
"jest": "^29.1.1",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"merge-anything": "^5.1.7",
"reqwest": "^2.0.5"
}
}