This repository was archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.54 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.54 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
{
"name": "crs-player2",
"productName": "CRS-Player2",
"version": "1.2.0",
"author": "ChRiS38c28 (https://www.plurk.com/chris38c28)",
"contributors": [
"Miau Lightouch <miaulightouch@gmail.com>"
],
"description": "The web multi-stream player.",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.5",
"@fortawesome/fontawesome-free-brands": "^5.0.10",
"@fortawesome/vue-fontawesome": "^0.0.22",
"debug": "^3.1.0",
"eventemitter3": "^3.0.1",
"lodash.get": "^4.4.2",
"vue": "^2.5.13",
"vue-draggable-resizable": "^1.7.1",
"vuedraggable": "^2.16.0",
"vuetify": "^1.0.14",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.6",
"@vue/cli-plugin-eslint": "^3.0.0-beta.6",
"@vue/cli-service": "^3.0.0-beta.6",
"babel-plugin-transform-imports": "^1.5.0",
"babel-plugin-transform-strict-mode": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.4.0",
"postcss-nesting": "^4.2.1",
"postcss-preset-env": "^4.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.5.13"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}