This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.85 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
{
"description": "Расширение позволяет смотреть аниме онлайн и синхронизировать его с вашим списком на Шикимори (shikimori.org и shikimori.one)",
"name": "play-shiki-online",
"version": "1.4.1",
"private": true,
"browserslist": [
"Chrome >= 73",
"ChromeAndroid >= 73",
"Firefox >= 63",
"FirefoxAndroid >= 63"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:dev": "vue-cli-service build --mode development",
"build:watch": "npm run build:dev -- --watch",
"lint": "vue-cli-service lint",
"lint:fix": "vue-cli-service lint --fix"
},
"dependencies": {
"@mdi/font": "^4.5.95",
"async-retry": "latest",
"kv-storage-polyfill": "^2.0.0",
"lodash.throttle": "^4.1.1",
"roboto-fontface": "*",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.3",
"vuetify": "^2.1.10",
"vuex": "^3.1.2"
},
"devDependencies": {
"@types/async-retry": "^1.4.1",
"@types/chai": "^4.2.5",
"@types/chrome": "0.0.91",
"@types/lodash.throttle": "^4.1.6",
"@types/mocha": "^5.2.4",
"@types/video.js": "^7.3.2",
"@vue/cli-plugin-typescript": "^4.0.5",
"@vue/cli-service": "^4.0.5",
"@vue/devtools": "^5.3.2",
"@vue/test-utils": "1.0.0-beta.29",
"archiver": "^3.1.1",
"copy-webpack-plugin": "^5.0.5",
"firefox-extension-deploy": "^1.1.2",
"lint-staged": "^9.4.2",
"sass": "^1.23.3",
"sass-loader": "^8.0.0",
"typescript": "^3.7.2",
"vue-cli-plugin-vuetify": "^1.1.2",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.3.1",
"vuex-module-decorators": "^0.10.1",
"webpack-extension-manifest-plugin": "^0.5.0",
"worker-loader": "^2.0.0"
}
}