-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
{
"name": "@haztivity/hz-video",
"version": "0.7.1",
"description": "Haztivity wrapper for plyr",
"main": "dist/HzVideo.js",
"module": "dist/HzVideo.js",
"scripts": {
"build": "tsc -p src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haztivity/hz-video.git"
},
"directories": {
"typings": "src"
},
"publishConfig": {
"access": "public"
},
"types": "src/HzQuiz.ts",
"typings": "src/HzQuiz.ts",
"author": "Davinchi",
"license": "MIT",
"homepage": "https://github.com/haztivity/hz-quiz/",
"dependencies": {
"@haztivity/core": "^0.7.0",
"plyr": "^3.0.2"
},
"devDependencies": {
"@haztivity/cli": "^0.5.1",
"@haztivity/hz-navbar": "^0.7.0",
"@types/core-js": "^0.9.46",
"@types/jquery": "^3.3.1",
"@types/loglevel": "^1.5.3",
"@types/prismjs": "^1.9.0",
"@types/string": "0.0.29",
"autoprefixer": "^8.1.0",
"commander": "^2.15.1",
"jstransformer-markdown-it": "^2.0.0",
"merge2": "^1.2.1",
"node-sass": "^4.7.2",
"postcss": "^6.0.20",
"prismjs": "^1.12.2",
"pug": "^2.0.2",
"require-dir": "^1.0.0",
"typescript": "^2.7.2"
}
}