-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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-fillgaps",
"version": "0.7.2",
"description": "Recurso para completar huecos",
"main": "index.js",
"module": "index.js",
"scripts": {
"build": "tsc -p src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/haztivity/hz-fillgaps"
},
"directories": {
"typings": "src"
},
"publishConfig": {
"access": "public"
},
"types": "index.ts",
"typings": "index.ts",
"author": "Davinchi",
"license": "MIT",
"homepage": "https://github.com/haztivity/hz-fillgaps/",
"dependencies": {
"@haztivity/core": "^0.7.3",
"jq-fillgaps": "^0.2.6",
"jquery-ui-dist": "^1.12.1"
},
"devDependencies": {
"@haztivity/cli": "^0.5.1",
"@haztivity/hz-navbar": "^0.7.2",
"@types/core-js": "^0.9.46",
"@types/jquery": "^3.3.1",
"@types/loglevel": "^1.5.3",
"@types/string": "0.0.29",
"autoprefixer": "^8.2.0",
"commander": "^2.15.1",
"jstransformer-markdown-it": "^2.0.0",
"merge2": "^1.2.1",
"postcss": "^6.0.21",
"prismjs": "^1.13.0",
"pug": "^2.0.3",
"require-dir": "^1.0.0",
"typescript": "^2.7.2"
}
}