forked from jasonpuff/live-torrent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.8 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
59
60
61
62
{
"name": "live-torrent",
"version": "3.2.2",
"private": true,
"main": "server.js",
"scripts": {
"start": "NODE_ENV=production node server.js",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"dev-server": "NODE_ENV=development nodemon server.js",
"dev": "concurrently \"npm run dev-server\" \"npm run serve\""
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"concurrently": "^4.1.1",
"core-js": "^2.6.11",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"iconv-lite": "^0.5.1",
"live-torrent-backend": "^1.3.0",
"morgan": "^1.9.1",
"parse-torrent": "^7.0.1",
"register-service-worker": "^1.7.1",
"request": "^2.88.2",
"request-promise-core": "^1.1.3",
"srt-webvtt": "^1.0.1",
"sweetalert2": "^8.19.0",
"uuid": "^3.4.0",
"vue": "^2.6.11",
"vue-router": "^3.1.6",
"vue-social-sharing": "^2.4.7",
"vuetify": "^1.5.24",
"vuex": "^3.1.3"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.0",
"@vue/cli-plugin-pwa": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.13.1",
"nodemon": "^1.19.4",
"portal-vue": "^2.1.7",
"prettier": "^1.19.1",
"sass-loader": "^7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-bootstrap-vue": "^0.4.0",
"vue-cli-plugin-vuetify": "^0.5.0",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.4.3"
}
}