This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
forked from imWildCat/scylla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.42 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
55
{
"name": "scylla",
"version": "0.1.2",
"description": "A small but powerful proxy ip crawler",
"main": "null",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"start": "parcel serve frontend/src/index.html",
"build": "cross-env NODE_ENV=production parcel build src/index.html --public-url .",
"watch": "parcel watch src/index.html",
"predeploy": "npm run build",
"test": "null"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imWildCat/scylla.git"
},
"keywords": [
"proxy",
"crawler"
],
"author": "imWildCat",
"license": "MIT",
"bugs": {
"url": "https://github.com/imWildCat/scylla/issues"
},
"homepage": "https://github.com/imWildCat/scylla#readme",
"devDependencies": {
"@types/query-string": "^5.1.0",
"@types/react": "^16.3.13",
"@types/react-dom": "^16.0.5",
"@types/react-router-dom": "^4.2.6",
"@types/react-virtualized": "^9.18.3",
"cross-env": "^5.1.4",
"parcel-bundler": "^1.12.3",
"typescript": "^2.8.3"
},
"dependencies": {
"axios": "^0.18.1",
"milligram": "^1.3.0",
"ml": "^3.2.0",
"moment": "^2.22.1",
"node-sass": "^4.12.0",
"query-string": "^6.1.0",
"react": "^15.3.0 || ^16.0.0-alpha",
"react-dom": "^16.3.3",
"react-router-dom": "^4.2.2",
"react-simple-maps": "^0.12.1",
"react-tooltip": "^3.10.0",
"react-virtualized": "^9.19.0"
}
}