-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.53 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
{
"name": "gifr",
"version": "1.0.0",
"description": "gifr - gif recorder",
"main": "public/index.js",
"scripts": {
"build": "webpack --mode=\"production\"",
"build-dev": "webpack --mode=\"development\"",
"watch": "webpack --mode=\"development\" --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n-at/gifr.git"
},
"author": "Alexey Nurgaliev",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/n-at/gifr/issues"
},
"homepage": "https://github.com/n-at/gifr#readme",
"dependencies": {
"@forevolve/bootstrap-dark": "1.0.0",
"@fortawesome/fontawesome-free": "5.15.3",
"@vueform/slider": "1.0.5",
"core-js": "3.8.3",
"jquery": "3.5.1",
"popper.js": "1.16.1",
"regenerator-runtime": "0.13.7",
"video.js": "7.15.0",
"videojs-contrib-quality-levels": "2.0.9",
"videojs-hls-quality-selector": "1.1.4",
"vue": "3.1.1",
"vuex": "4.0.1"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.4",
"@vue/compiler-sfc": "3.1.1",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "3.0.0",
"css-loader": "5.0.1",
"css-minimizer-webpack-plugin": "1.2.0",
"eslint-webpack-plugin": "2.5.0",
"file-loader": "6.2.0",
"mini-css-extract-plugin": "1.3.5",
"postcss": "8.3.5",
"postcss-loader": "6.1.1",
"postcss-preset-env": "6.7.0",
"vue-loader": "16.1.2",
"webpack": "5.38.1",
"webpack-cli": "4.5.0"
}
}