-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.44 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.44 KB
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
{
"name": "@fishplusorange/github-emoji",
"version": "1.1.1",
"author": "FishPlusOrange",
"license": "MIT",
"description": "A chrome extension for the github emoji picker with fun",
"scripts": {
"dev": "webpack --mode-development --watch",
"build": "webpack --mode-production",
"release": "sh release.sh"
},
"keywords": [
"emoji",
"github",
"chrome extension"
],
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"css-loader": "2.1.1",
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-config-standard-react": "^8.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-standard": "^4.0.0",
"node-sass": "^4.12.0",
"prettier": "^1.18.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.4"
},
"dependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"homepage": "https://github.com/FishPlusOrange/github-emoji#readme",
"repository": {
"type": "git",
"url": "https://github.com/FishPlusOrange/github-emoji.git"
},
"bugs": {
"url": "https://github.com/FishPlusOrange/github-emoji/issues"
}
}