-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "emojibyeternal",
"version": "1.0.4",
"description": "Emoji keyboard extension for Whale",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soyoungjeong/EmojiByEternal.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/soyoungjeong/EmojiByEternal/issues"
},
"homepage": "https://github.com/soyoungjeong/EmojiByEternal#readme",
"dependencies": {
"twemoji": "^12.1.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-prettier": "^3.1.3",
"html-webpack-plugin": "^5.3.2",
"prettier": "^2.0.5",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0"
}
}