-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.33 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "panoply",
"version": "0.0.1",
"description": "A multi-scope GUI for Archipel/cstore/Sonar",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "node ./frontend/build.js -w",
"build": "NODE_ENV=production node ./frontend/build.js",
"start": "node server.js | pino-pretty -c -t HH:MM:ss.l -i pid,hostname",
"start2": "node server.js -p 9192 -s ./data2 | pino-pretty -c -t HH:MM:ss.l -i pid,hostname"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arso-project/panoply.git"
},
"author": "arso team",
"license": "MIT",
"bugs": {
"url": "https://github.com/arso-project/panoply/issues"
},
"homepage": "https://github.com/arso-project/panoply#readme",
"dependencies": {
"@archipel/sonar": "^0.1.2",
"@hyperswarm/replicator": "^1.1.0",
"async-exit-hook": "^2.0.1",
"classnames": "^2.2.6",
"custom-error-class": "^1.0.0",
"duplexify": "^4.1.1",
"end-of-stream": "^1.4.1",
"fast-safe-stringify": "^2.0.6",
"fastify": "^2.7.0",
"fastify-static": "^2.5.0",
"fastify-websocket": "^0.6.0",
"hyper-content-db": "^0.1.1",
"hyperdrive-http": "^4.4.0",
"json-schema-generator": "^2.0.6",
"level": "^5.0.1",
"mkdirp": "^0.5.1",
"ndjson": "^1.5.0",
"pino": "^5.13.1",
"pump": "^3.0.0",
"query-string": "^6.8.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router": "^5.0.1",
"react-router-config": "^5.0.1",
"react-router-dom": "^5.0.1",
"through2": "^3.0.1",
"websocket-stream": "^5.5.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.6.1",
"babel-plugin-esx-ssr": "^1.0.0",
"babelify": "^10.0.0",
"browserify": "^16.3.0",
"browserify-livereload": "^1.0.10",
"collect-stream": "^1.2.1",
"css-extract": "^1.3.0",
"css-modulesify": "^0.28.0",
"css-reset-and-normalize": "^2.1.0",
"esx": "^2.3.0",
"hyperquest": "^2.1.3",
"mirror-folder": "^3.0.0",
"pino-debug": "^1.3.0",
"pino-pretty": "^3.2.0",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.1.2",
"shortid": "^2.2.14",
"tape": "^4.11.0",
"tinyify": "^2.5.1",
"watchify": "^3.11.1"
}
}