-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "vue-app",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "export NODE_OPTIONS=--openssl-legacy-provider; vue-cli-service serve",
"build": "export NODE_OPTIONS=--openssl-legacy-provider; vue-cli-service build",
"lint": "export NODE_OPTIONS=--openssl-legacy-provider; vue-cli-service lint"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.11.5",
"core-js": "^3.25.5",
"vue": "^3.2.41"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@ffmpeg/core": "^0.11.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.2.41",
"eslint": "^8.28.0",
"eslint-plugin-vue": "^9.6.0",
"vue-cli-plugin-compression": "^2.0.0",
"zlib": "^1.0.5"
},
"author": {
"name": "Vinayak Kulkarni",
"email": "[email protected]",
"url": "https://vinayakkulkarni.dev"
},
"license": "MIT",
"engines": {
"node": ">=17.0.0",
"npm": ">=8.0.0"
}
}