This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
75 lines (75 loc) · 2.08 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
{
"name": "subspace-desktop",
"version": "0.6.11",
"private": false,
"description": "Subspace desktop",
"author": "Subspace Labs <https://subspace.network>",
"license": "Apache-2.0",
"scripts": {
"lint": "yarn eslint --quiet ./src/",
"lint:all": "yarn eslint ./src/",
"lint:fix": "yarn eslint --fix ./src/",
"quasar": "quasar",
"tauri": "tauri",
"dev": "quasar dev",
"build:quasar": "quasar build -m pwa",
"build": "yarn lint && quasar build -m pwa && tauri build -v",
"build:debug": "quasar build -m pwa && tauri build -v --debug",
"test": "jest",
"docs": "typedoc"
},
"dependencies": {
"@polkadot/api": "^9.2.4",
"@polkadot/util-crypto": "^10.1.7",
"@quasar/extras": "^1.15.2",
"@tauri-apps/api": "^1.0.2",
"@vueuse/core": "^9.1.1",
"apexcharts": "^3.35.5",
"date-fns": "^2.29.2",
"p-retry": "4.6.1",
"pinia": "^2.0.16",
"process": "^0.11.10",
"quasar": "^2.7.7",
"random-word-slugs": "^0.1.6",
"vue-i18n": "9.2.2",
"vue-router": "^4.1.5",
"vue3-apexcharts": "^1.4.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@quasar/app-webpack": "^3.5.9",
"@quasar/cli": "^1.3.2",
"@tauri-apps/cli": "^1.0.5",
"@types/jest": "^28.1.6",
"@types/ms": "^0.7.31",
"@types/node": "^16.3.3",
"@types/vue": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"dotenv": "^16.0.0",
"eslint": "^8.15.0",
"eslint-plugin-vue": "^7.18.0",
"jest": "^28.1.3",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"strip-ansi": "=3.0.1",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typedoc": "^0.23.13",
"typedoc-plugin-missing-exports": "^1.0.0",
"typescript": "^4.3.5",
"workbox-webpack-plugin": "^6.1.5"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 6 Edge versions",
"last 7 Safari versions"
],
"engines": {
"node": ">= 12.22.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"productName": "subspace"
}