-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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
{
"name": "d-web-radio",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "jest"
},
"dependencies": {
"@types/socket.io-client": "^1.4.32",
"bootstrap": "^4.4.1",
"d-web-core": "git+https://github.com/rnixik/d-web-core.git",
"jdenticon": "^2.2.0",
"jquery": "^3.5.0",
"plyr": "^3.5.10",
"socket.io-client": "^2.3.0",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-js-modal": "^1.3.33",
"vue-plyr": "^6.0.4",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.6",
"webrtc-connection": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-plugin-typescript": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^5.0.0",
"jest": "^25.3.0",
"ts-jest": "^25.3.1",
"typescript": "~3.5.3",
"vue-template-compiler": "^2.6.10"
},
"main": "src/index",
"typings": "src/index"
}