-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "video-ad",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack && node server.js",
"build": "webpack",
"deploy": "gh-pages -d public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/k-jensen/video-ad.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/k-jensen/video-ad/issues"
},
"homepage": "https://k-jensen.github.io/video-ad",
"dependencies": {
"basic-tts": "^1.0.4",
"codemirror": "^5.51.0",
"drag-drop": "^6.0.0",
"express": "^4.17.1",
"file-saver": "^2.0.2",
"gh-pages": "^2.2.0",
"node-webvtt": "^1.7.0",
"pug": "^2.0.4"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"pug-loader": "^2.4.0",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}