forked from xadamxk/HFX2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.8 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "hfx",
"version": "0.0.1",
"description": "Enhance your HF experience, a native browser extension.",
"main": "src/HFX.js",
"scripts": {
"lint": "eslint ./src/ ./templates/ ./extension/assets/js/ --fix",
"test": "jest",
"config": "gulp libs && gulp build",
"template": "node ./templates/index.js"
},
"husky": {
"hooks": {
"pre-commit": "yarn run lint && yarn run test"
}
},
"engines": {
"node": ">=11.0",
"yarn": ">=1.13.0"
},
"volta": {
"node": "12.22.1"
},
"author": "xadamxk",
"license": "ISC",
"dependencies": {
"@yaireo/tagify": "^3.22.3",
"bootstrap": "^4.0.0",
"browserify-resolutions": "^1.1.0",
"chart.js": "^2.9.4",
"emoji-picker-element": "^1.6.0",
"font-awesome": "^4.7.0",
"global": "^4.4.0",
"intro.js": "^3.4.0",
"jquery": "^3.3.1",
"moment": "^2.24.0",
"sticky-js": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@webcomponents/custom-elements": "^1.4.3",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"eslint": "^6.5.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^22.19.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"globby": "^10.0.1",
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-watch": "^5.0.0",
"gulplog": "^1.0.0",
"husky": "^4.2.5",
"jest": "^24.9.0",
"lodash.camelcase": "^4.3.0",
"mustache": "^3.1.0",
"node-notifier": ">=8.0.1",
"sinon-chrome": "^3.0.1",
"vinyl-source-stream": "^2.0.0",
"y18n": "4.0.1",
"yargs-parser": ">=5.0.1"
}
}