-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "@haztivity/hz-anim",
"version": "0.7.0",
"description": "Resource to create animations",
"main": "dist/HzAnim.js",
"module": "dist/HzAnim.js",
"scripts": {
"build": "tsc -p src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haztivity/hz-anim"
},
"publishConfig": {
"access": "public"
},
"author": "Davinchi",
"license": "ISC",
"homepage": "",
"dependencies": {
"@haztivity/core": "^0.7.x",
"velocity-animate": "^1.5.1"
},
"devDependencies": {
"@haztivity/cli": "^0.5.x",
"@haztivity/hz-navbar": "^0.7.x",
"@types/core-js": "^0.9.45",
"@types/jquery": "^3.2.18",
"@types/loglevel": "^1.5.3",
"@types/string": "0.0.29",
"autoprefixer": "^7.2.5",
"commander": "^2.13.0",
"jquery": "^3.2.1",
"jstransformer-markdown-it": "^2.0.0",
"merge2": "^1.2.1",
"postcss": "^6.0.16",
"prismjs": "^1.10.0",
"pug": "^2.0.0-rc.4",
"require-dir": "^0.3.2",
"typescript": "^2.x"
},
"directories": {
"typings": "src"
},
"types": "src/HzAnim.ts",
"typings": "src/HzAnim.ts"
}