-
-
Notifications
You must be signed in to change notification settings - Fork 425
/
package.json
97 lines (97 loc) · 2.55 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
{
"name": "anubias",
"version": "1.1.0",
"private": false,
"description": "anubias desktop application",
"author": {
"name": "xStack Team",
"email": "contact@anubias.app"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve ",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"dist": "electron-builder --linux snap",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "background.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"@monaco-editor/loader": "^1.1.1",
"alertifyjs": "^1.13.1",
"axios": "^0.21.4",
"core-js": "^3.6.5",
"electron-json-storage": "^4.5.0",
"flickity": "^2.2.2",
"fs": "0.0.1-security",
"html2canvas": "^1.0.0-rc.7",
"jquery": "^3.6.0",
"material-icons": "^0.6.3",
"materialize-css": "^1.0.0-rc.2",
"particles.vue": "^2.16.1",
"path": "^0.12.7",
"vazir-font": "^28.0.0",
"vue": "^2.6.11",
"vue-carousel-3d": "^1.0.1",
"vue-color": "^2.8.1",
"vue-context": "^6.0.0",
"vue-easy-dnd": "^1.10.2",
"vue-final-modal": "^2.3.1",
"vue-router": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"electron": "^13.0.0",
"electron-devtools-installer": "^3.1.0",
"electron-installer-snap": "^5.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"script-loader": "^0.7.2",
"vue-cli-plugin-electron-builder": "~2.1.1",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"_id": "anubias-desktop@1.0.0",
"bugs": {
"url": "https://github.com/4xmen/Anubias-Desktop/issues"
},
"homepage": "https://github.com/4xmen/Anubias-Desktop#readme",
"keywords": [
"anubias",
"desktop",
"app",
"mobile",
"developing"
],
"license": "GPL-3.0-or-later",
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/4xmen/Anubias-Desktop.git"
}
}