-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.35 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
{
"name": "@haztivity/hz-locution",
"version": "0.7.1-beta.3",
"description": "Haztivity resource for locutions",
"main": "dist/HzLocution.js",
"module": "dist/HzLocution.js",
"scripts": {
"build": "tsc -p src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haztivity/hz-locution.git"
},
"directories": {
"typings": "src"
},
"publishConfig": {
"access": "public"
},
"types": "src/HzLocution.ts",
"typings": "src/HzLocution.ts",
"author": "Davinchi",
"license": "MIT",
"homepage": "https://github.com/haztivity/hz-locution/",
"dependencies": {
"@haztivity/core": "^0.7.17",
"howler": "^2.1.3",
"soundmanager2": "^2.97.20170602",
"subtitle": "^2.0.3"
},
"devDependencies": {
"@haztivity/cli": "^0.5.4",
"@haztivity/hz-anim": "^0.7.0",
"@haztivity/hz-navbar": "^0.7.7",
"@types/core-js": "^2.5.3",
"@types/jquery": "^3.3.33",
"@types/loglevel": "^1.6.3",
"@types/prismjs": "^1.16.0",
"@types/string": "0.0.29",
"autoprefixer": "^9.7.4",
"commander": "^4.1.1",
"jstransformer-markdown-it": "^2.1.0",
"merge2": "^1.3.0",
"node-sass": "^4.13.1",
"postcss": "^7.0.27",
"prismjs": "^1.19.0",
"pug": "^2.0.4",
"require-dir": "^1.2.0",
"typescript": "^3.8.3"
}
}