-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.23 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
{
"name": "fugitive",
"version": "0.1.0",
"main": "dist/fugitive.server.min.js",
"repository": "git@github.com:xemasiv/fugitive.git",
"author": "xemasiv <xemasiv@gmail.com>",
"license": "MIT",
"dependencies": {
"abortcontroller-polyfill": "^1.1.9",
"blob-util": "^2.0.2",
"debug": "^3.1.0",
"fastqueue": "^0.1.0",
"js-md5": "^0.7.3",
"js-sha256": "^0.9.0",
"lodash.chunk": "^4.2.0",
"mitt": "^1.1.3",
"msgpack5": "^4.2.0",
"pako": "^1.0.6",
"pouchdb-browser": "^6.4.3",
"quick-lru": "^1.1.0",
"simple-peer": "^9.1.2",
"unistore": "^3.0.6",
"uws": "^10.148.0",
"webrtc-adapter": "^6.2.1",
"yetch": "^1.1.0"
},
"scripts": {
"start": "node --nouse-idle-notification --expose-gc index.js",
"build": "webpack --mode=production",
"dev": "webpack --mode=development --watch",
"prod": "webpack --mode=production --watch"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"serialize-javascript": "^1.5.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3",
"webpack-node-externals": "^1.7.2"
}
}