-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.03 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
79
80
81
82
83
84
85
{
"name": "hublet-fission",
"version": "1.0.0",
"description": "End-to-end first slice for IndyWiki supported by IndieHub built with Fission WebNative File System & OrbitDB ",
"main": "index.html",
"scripts": {
"test": "jest --watch",
"start": "run-p start:*",
"start:pages": "apprun-site build -w -V",
"start:dev": "webpack-dev-server --mode development",
"build": "run-s build:*",
"build:pages": "apprun-site build",
"build:js": "webpack -p --mode production"
},
"keywords": [
"HyperThesis",
"HypoThesis",
"HyperPost",
"HyperBlog",
"TrailHive",
"AppRun",
"AppRun Site",
"Fission",
"WebNative SDK",
"OrbitDB",
"TrailMarks",
"TrailHub",
"HubLet"
],
"author": "Gyuri Lajos <[email protected]>",
"license": "TBD",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/trailhub/hublet-fission.git"
},
"bugs": {
"url": "https://github.com/IndyVerse/indiehub/issues"
},
"homepage": "https://github.com/IndyVerse/indiehub",
"devDependencies": {
"apprun-site": "^0.7.0",
"css-loader": "^3.6.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"glob": "^7.1.6",
"html-webpack-plugin": "^4.5.0",
"npm-run-all": "^4.1.5",
"sass": "^1.29.0",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.2.2",
"typescript": "^3.9.7",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"apprun": "^2.25.1",
"crypto-js": "^4.0.0",
"electron-webrtc": "^0.3.0",
"ipfs": "^0.52.3",
"material-components-web": "^5.1.0",
"moment": "^2.29.1",
"orbit-db": "^0.26.0",
"webnative": "^0.21.4"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"globals": {
"ts-jest": {
"diagnostics": true
}
}
}
}