-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 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
{
"name": "videoeditor",
"version": "1.0.0",
"description": "video editor to crop or trim video files",
"main": "index.js",
"scripts": {
"test": "",
"start": "webpack serve --config './build/webpack.dev.js'",
"build": "webpack --config './build/webpack.prod.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aslamhus/VideoEditor.git"
},
"keywords": [
"video",
"trim",
"crop",
"video",
"editor"
],
"author": "Aslam Husain <aslam.percy.husain@gmail.com> (https://github.com/aslamhus)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aslamhus/VideoEditor/issues"
},
"homepage": "https://github.com/aslamhus/VideoEditor#readme",
"dependencies": {
"@aslamhus/fileselect": "^2.3.2",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"axios": "^1.3.5",
"croppie": "^2.6.5",
"gsap": "npm:@gsap/member@^3.11.4"
},
"type": "module",
"devDependencies": {
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^5.5.0",
"css-loader": "^6.7.3",
"autoprefixer": "^10.4.13",
"postcss-loader": "^7.0.2",
"sass": "^1.58.0",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
}
}