-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.11 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.11 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "flux",
"version": "0.11.0",
"description": "A social web3 tool kit for communities",
"repository": {
"type": "git",
"url": "https://github.com/juntofoundation/flux.git"
},
"author": "josh@junto.foundation",
"contributors": [
"eric@junto.foundation",
"kaichaosuna@gmail.com"
],
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src/**/*.ts src/**/*.js src/**/*.vue",
"test": "jest --env=jsdom"
},
"main": "background.js",
"dependencies": {
"@babel/core": "*",
"@capacitor/android": "^6.0.0",
"@capacitor/cli": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@capacitor/push-notifications": "^6.0.1",
"@capacitor/status-bar": "^6.0.0",
"@coasys/ad4m": "0.11.1",
"@coasys/ad4m-connect": "0.11.1",
"@coasys/ad4m-vue-hooks": "0.11.1",
"@coasys/flux-api": "0.11.0",
"@coasys/flux-chat-view": "0.11.0",
"@coasys/flux-graph-view": "0.11.0",
"@coasys/flux-kanban-view": "0.11.0",
"@coasys/flux-kanban-view-simple": "0.11.0",
"@coasys/flux-poll-view": "0.11.0",
"@coasys/flux-post-view": "0.11.0",
"@coasys/flux-synergy-demo-view": "0.11.0",
"@coasys/flux-soa-tree-view": "0.11.0",
"@coasys/flux-table-view": "0.11.0",
"@coasys/flux-types": "0.11.0",
"@coasys/flux-ui": "0.11.0",
"@coasys/flux-utils": "0.11.0",
"@coasys/flux-vue": "0.11.0",
"@coasys/flux-webrtc-view": "0.11.0",
"@coasys/nillion-file-store": "0.11.0",
"@metamask/jazzicon": "^2.0.0",
"construct-style-sheets-polyfill": "^3.1.0",
"date-fns": "^2.29.3",
"dexie": "^3.2.2",
"howler": "^2.2.4",
"level": "^7.0.1",
"nanoid": "^3.1.30",
"pinia": "^3.0.2",
"pinia-plugin-persistedstate": "^4.3.0",
"sass": "^1.55.0",
"semver": "^7.3.8",
"simple-peer": "^9.11.1",
"three": "^0.150.1",
"uuid": "^8.3.2",
"valid-url": "^1.0.9",
"vite-plugin-static-copy": "^1.0.6",
"vue": "^3.0.0",
"vue-advanced-cropper": "^2.3.1",
"vue-router": "^4.0.0-0",
"workbox-window": "*"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.20.13",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@capacitor/assets": "^3.0.5",
"@testing-library/vue": "^6.4.2",
"@types/jest": "^29.5.12",
"@types/level": "^6.0.0",
"@types/mocha": "^8.2.1",
"@types/three": "^0.150.0",
"@types/uuid": "^8.3.0",
"@types/valid-url": "^1.0.7",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"babel-jest": "^29.7.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.10.0",
"jest": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"react": "^18.0.2",
"ts-jest": "^26.0.0",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite-plugin-babel-compiler": "^0.3.0",
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-worker": "^1.0.5",
"vue-devtools": "^5.1.4"
}
}