forked from hound-search/hound
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 956 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
{
"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/itpp-labs/hound.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/itpp-labs/hound/issues"
},
"homepage": "https://github.com/itpp-labs/hound#readme",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"jest": "^25.3.0",
"prettier": "^2.0.4",
"pretty-quick": "^2.0.1",
"create-react-class": "^15.6.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-select": "^3.1.0",
"reqwest": "^2.0.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}