forked from mradionov/h264-bitstream-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 990 Bytes
/
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
{
"name": "h264-bitstream-viewer",
"version": "0.1.0",
"private": true,
"description": "H264 bistream viewer",
"author": "Michael Radionov (https://github.com/mradionov)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mradionov/h264-bitstream-viewer.git"
},
"scripts": {
"build": "webpack",
"build:watch": "npm run build -- --watch",
"start": "npm run build:watch",
"test": "ava --verbose",
"test:watch": "npm run test -- --watch"
},
"dependencies": {
"css-loader": "^2.1.1",
"html-webpack-plugin": "^4.5.0",
"keen-ui": "^1.1.2",
"style-loader": "^2.0.0",
"vue": "^2.6.10",
"vue-loader": "^15.9.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^5.2.0",
"webpack-cli": "^4.1.0"
},
"devDependencies": {
"ava": "^3.13.0",
"browser-env": "^3.2.6",
"esm": "^3.2.22",
"ninos": "^2.0.2",
"prettier": "^1.17.0"
}
}