forked from ngrie/rtmpie
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.15 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
{
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@symfony/webpack-encore": "^0.32.0",
"@tailwindcss/ui": "^0.3.0",
"autoprefixer": "^9.7.6",
"axios": "^0.21.1",
"core-js": "^3.0.0",
"hls.js": "^1.0.3",
"lodash": "^4.17.15",
"plyr": "^3.6.7",
"postcss-loader": "^3.0.0",
"regenerator-runtime": "^0.13.2",
"tailwindcss": "^1.4.6",
"v-click-outside": "^3.0.1",
"vue": "^2.6.11",
"vue-loader": "^15.9.2",
"vue-router": "^3.1.6",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.4.0",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server --hot",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "NODE_ENV=production encore production"
},
"browserslist": [
"defaults"
],
"name": "rtmpie"
}