-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
88 lines (88 loc) · 2.46 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "browser-extension",
"version": "1.1.4",
"description": "Ultimate Browser Extension for Emoji Generator",
"main": "index.js",
"scripts": {
"start": "gulp watch",
"build": "gulp",
"test": "run-p test:tslint test:karma",
"test:tslint": "tslint src/**/*.ts",
"test:karma": "karma start --single-run"
},
"dependencies": {
"@emoji-gen/clone-into": "^0.3.0",
"@emoji-gen/ptero": "^0.3.0",
"cheerio": "1.0.0-rc.12",
"voca": "^1.4.0"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/chrome": "0.0.190",
"@types/event-hooks-webpack-plugin": "^2.2.2",
"@types/fancy-log": "^2.0.0",
"@types/gulp": "^4.0.9",
"@types/gulp-if": "^0.0.34",
"@types/gulp-jsonminify": "^1.0.0",
"@types/gulp-mustache": "^3.0.3",
"@types/gulp-plumber": "^0.0.33",
"@types/gulp-rename": "^2.0.1",
"@types/gulp-zip": "^4.0.2",
"@types/karma": "^6.3.3",
"@types/karma-webpack": "^2.0.11",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
"@types/sinon": "^10.0.11",
"@types/uglifyjs-webpack-plugin": "^1.1.2",
"@types/voca": "^1.4.2",
"@types/webpack": "^5.28.0",
"chai": "^4.3.6",
"chalk": "^4.1.2",
"del": "^6.1.1",
"event-hooks-webpack-plugin": "^2.2.0",
"fancy-log": "^2.0.0",
"filemanager-webpack-plugin": "^7.0.0",
"gulp": "^4.0.2",
"gulp-if": "^3.0.0",
"gulp-jsonminify": "^1.1.0",
"gulp-mustache": "^5.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-zip": "^5.1.0",
"imports-loader": "^0.8.0",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"karma-webpack": "^5.0.0",
"lodash": "^4.17.21",
"mocha": "^9.2.2",
"npm-run-all": "^4.1.5",
"sinon": "^14.0.0",
"terser-webpack-plugin": "^5.3.3",
"ts-loader": "^9.3.1",
"ts-node": "^10.8.1",
"tslint": "^5.10.0",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0"
},
"resolutions": {
"glob-parent": "^6.0.2"
},
"author": {
"name": "Pine Mizune",
"email": "[email protected]",
"url": "https://github.com/pine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emoji-gen/browser-extension.git"
},
"bugs": {
"url": "https://github.com/emoji-gen/browser-extension/issues"
},
"homepage": "https://github.com/emoji-gen/browser-extension",
"license": "MIT",
"private": true
}