-
-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.61 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.61 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": "ffmpeg-commander",
"version": "0.10.0",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "npm run test:unit",
"test:unit": "NODE_OPTIONS=--no-deprecation vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"deploy": "npm run build && gh-pages -d dist"
},
"dependencies": {
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.23.1",
"core-js": "^3.48.0",
"gh-pages": "^6.3.0",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"vue": "^2.7.16",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.6.5"
},
"devDependencies": {
"@babel/preset-typescript": "^7.28.5",
"@types/jest": "^27.5.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vue/cli-plugin-babel": "^5.0.9",
"@vue/cli-plugin-eslint": "^5.0.9",
"@vue/cli-plugin-router": "^5.0.9",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-plugin-unit-jest": "^5.0.9",
"@vue/cli-service": "^5.0.9",
"@vue/eslint-config-airbnb": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^1.3.6",
"@vue/vue2-jest": "^27.0.0",
"babel-jest": "^27.5.1",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-vue": "^9.33.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.5",
"typescript": "~5.9.3",
"vue-template-compiler": "^2.7.16"
},
"homepage": "https://ffmpeg-commander.com"
}