-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.06 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.06 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
{
"name": "@sakuraapp/web",
"version": "1.0.0",
"description": "Sakura web app",
"private": true,
"scripts": {
"prettier:format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"lint": "eslint . --ext .ts",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sakuraapp/web.git"
},
"author": {
"name": "Ahmed El-Marakby",
"email": "ahmedelmarakby@hotmail.com",
"url": "https://ahmedelmarakby.com"
},
"bugs": {
"url": "https://github.com/sakuraapp/web/issues"
},
"homepage": "https://github.com/sakuraapp/web#readme",
"license": "AGPL-3.0-only",
"devDependencies": {
"@types/node": "^15.3.1",
"@types/twemoji": "^12.1.1",
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"@vitejs/plugin-vue": "^1.10.2",
"@vue/compiler-sfc": "^3.2.26",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"browser-cookies": "^1.2.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^7.0.0-beta.4",
"prettier": "^2.0.5",
"typescript": "^3.9.10",
"vite": "^2.7.13",
"vite-tsconfig-paths": "^3.3.17"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-regular-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@lifeomic/attempt": "^3.0.1",
"@sakuraapp/common": "^1.2.6",
"@sakuraapp/ext-message-broker": "^0.2.8",
"axios": "^0.21.1",
"axios-extensions": "^3.1.3",
"events": "^3.1.0",
"node-emoji": "^1.10.0",
"simple-peer": "^9.11.0",
"twemoji": "^13.0.1",
"vue": "^3.2.26",
"vue-axios": "^3.2.4",
"vue-element-loading": "^3.0.1",
"vue-router": "^4.0.12",
"vuex": "^4.0.2",
"webextension-polyfill-ts": "^0.19.0"
}
}