-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1010 Bytes
/
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
{
"name": "switch2linux",
"version": "0.0.1",
"description": "Website for the #Switch2Linux",
"productName": "Switch2Linux",
"cordovaId": "org.myndstream.switch2linux",
"capacitorId": "",
"author": "mYnDstrEAm <myndstream@protonmail.ch>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.4.0",
"axios": "^0.19.1",
"dateformat": "^3.0.3",
"quasar": "^1.8.5",
"vue-i18n": "^8.15.3",
"vue-sanitize": "^0.2.0",
"vue-script2": "^2.1.0",
"vue-twitter": "^0.1.0"
},
"devDependencies": {
"@quasar/app": "^1.5.0",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-eslint": "^10.0.1",
"eslint": "^6.6.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-vue": "^5.2.3"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}