-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "my-anime",
"version": "1.0",
"description": "Watch your favourite animes with your usual provider, synchronized with MyAnimeList.",
"productName": "MyAnime",
"author": "Carleslc <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ./",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.12.4",
"axios": "^0.21.2",
"copy-webpack-plugin": "^6.0.3",
"core-js": "^3.0.0",
"eslint-plugin-prettier": "^3.1.3",
"luxon": "^1.24.1",
"prettier": "^2.0.5",
"qs": "^6.9.4",
"quasar": "^1.22.5",
"vue-i18n": "^8.0.0",
"vuex-map-fields": "^1.4.0",
"webpack": "^4.37.0"
},
"devDependencies": {
"@quasar/app": "^2.4.3",
"babel-eslint": "^10.0.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-vue": "^6.1.2"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"browserslist": [
"last 10 versions, not dead, ie >= 11"
]
}