-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
174 lines (174 loc) · 5.92 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "Core-PWA",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "yarn install --check-files && nuxi dev",
"dev:start": "nuxi dev",
"dev:tracker": "yarn bittorrent-tracker -p 5001",
"dev:cli": "ts-node -P cli.tsconfig.json --",
"build": "nuxt build",
"start": "nuxi start",
"analyze": "nuxt build --analyze",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"test": "jest --silent",
"testdev": "jest",
"summary": "jest --silent --coverage --coverageReporters='text-summary'",
"cy:run": "cypress run --browser chrome headless",
"cy:run-safari": "npx cypress run --browser webkit",
"cy:first": "xvfb-run -a cypress run --config-file cypress-first.config.js --browser chrome",
"cy:second": "xvfb-run -a cypress run --config-file cypress-second.config.js --browser chrome",
"cy:chat": "concurrently npm:cy:first npm:cy:second",
"cy:first-local": "cypress run --config-file cypress-first.config.js --browser chrome",
"cy:second-local": "cypress run --config-file cypress-second.config.js --browser chrome",
"cy:chat-local": "concurrently npm:cy:first-local npm:cy:second-local",
"prepare": "husky install",
"android-generate": "yarn generate; npx cap copy; npx cap sync; cd android; ./gradlew assembleDebug; cd ..",
"android-run": "npx cap copy; npx cap sync; cd android; ./gradlew assembleDebug; cd ..; npx cap open android",
"ios-run": "yarn generate; npx cap copy; npx cap sync; cd ios/App; pod install; cd ../..; npx cap open ios;"
},
"dependencies": {
"@capacitor/android": "^4.3.0",
"@capacitor/app": "^4.0.1",
"@capacitor/clipboard": "^4.0.1",
"@capacitor/core": "^4.3.0",
"@capacitor/ios": "^4.3.0",
"@capacitor/keyboard": "^4.0.1",
"@capacitor/local-notifications": "^4.1.1",
"@nuxtjs/i18n": "^7.3.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/toast": "^3.3.1",
"@project-serum/anchor": "0.18.2",
"@solana/wallet-adapter-wallets": "^0.16.8",
"@solana/web3.js": "1.43.1",
"@tauri-apps/api": "^1.1.0",
"@tensorflow/tfjs": "^3.13.0",
"@vueuse/core": "^9.3.1",
"@vueuse/head": "^0.7.5",
"bip39": "^3.0.4",
"capacitor-plugin-safe-area": "^1.0.0",
"curve25519-js": "^0.0.4",
"dayjs": "^1.10.8",
"deepmerge": "^4.2.2",
"detectrtc": "^1.4.1",
"ed25519-hd-key": "^1.2.0",
"ed2curve": "^0.3.0",
"emoji-regex": "^10.1.0",
"filesize": "^8.0.7",
"floating-vue": "^1.0.0-beta.18",
"focus-trap": "^7.0.0",
"fuzzysort": "^2.0.1",
"heic-convert": "^1.2.4",
"howler": "^2.2.3",
"lodash": "^4.17.21",
"magic-bytes.js": "^1.0.10",
"merge-options": "3.0.0",
"micro-base58": "^0.5.1",
"minisearch": "^4.0.3",
"mousetrap": "^1.6.5",
"nsfwjs": "^2.4.1",
"nuxt-edge": "latest",
"nuxt-mq": "^2.0.2",
"peer-id": "^0.16.0",
"qrcode.vue": "^1.7.0",
"satellite-lucide-icons": "git+https://[email protected]/Satellite-im/satellite-lucide-vue",
"simple-markdown": "^0.7.3",
"simple-peer": "^9.11.1",
"skaler": "^1.0.7",
"swiper": "^8.0.7",
"uuid": "^8.3.2",
"v-click-outside": "^3.1.2",
"vue-croppie": "^2.0.2",
"vue-emoji-picker": "git+https://[email protected]/Satellite-im/vue-emoji-picker#build-satellite",
"vue-markdown": "^2.2.4",
"vue-plyr": "^7.0.0",
"vue-slider-component": "^3.2.15",
"vuejs-paginate": "^2.1.0",
"vuex-persist": "^3.1.3",
"what-input": "^5.2.12"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@capacitor/cli": "^4.3.0",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@nuxt/bridge": "npm:@nuxt/[email protected]",
"@nuxt/types": "^2.15.8",
"@nuxtjs/device": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@nuxtjs/style-resources": "^1.2.1",
"@tauri-apps/cli": "^1.1.1",
"@types/ed2curve": "^0.2.2",
"@types/howler": "^2.2.5",
"@types/jest": "^28.1.7",
"@types/lodash": "^4.14.186",
"@types/mousetrap": "^1.6.9",
"@types/node": "^16.11.26",
"@types/simple-peer": "^9.11.4",
"@types/uuid": "^8.3.4",
"@types/vue-markdown": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"babel-core": "^6.26.3",
"babel-jest": "^27.5.1",
"babel-plugin-lodash": "^3.3.4",
"concurrently": "^7.0.0",
"cypress": "^10.10.0",
"cypress-file-upload": "^5.0.8",
"cypress-image-snapshot": "^4.0.1",
"cypress-localstorage-commands": "^2.2.1",
"cypress-real-events": "^1.7.0",
"del": "^6.0.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-jest": "^26.8.3",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"faker": "5.5.3",
"fp-ts": "^2.11.8",
"husky": ">=6",
"jest": "^27.5.1",
"jest-canvas-mock": "^2.3.1",
"jest-extended": "^3.0.2",
"jest-fetch-mock": "^3.0.3",
"jest-webgl-canvas-mock": "^0.2.3",
"jsdom-worker": "^0.2.1",
"less": "^4.1.2",
"less-loader": "^7.1.1",
"lint-staged": ">=10",
"playwright-webkit": "^1.27.1",
"prettier": "^2.5.1",
"simple-peer": "^9.11.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},
"description": "<img src=\"https://i.imgur.com/PdJwuII.png\" height=\"65px\" />",
"main": ".eslintrc.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Satellite-im/Core-PWA.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Satellite-im/Core-PWA/issues"
},
"homepage": "https://github.com/Satellite-im/Core-PWA#readme",
"lint-staged": {
"*.{js,ts,vue}": [
"eslint --cache --fix",
"prettier --write"
]
},
"volta": {
"node": "16.15.0",
"yarn": "1.22.19"
}
}