forked from ealush/emoji-picker-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.85 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
{
"name": "emoji-picker-react",
"version": "3.6.2",
"description": "Emoji picker component for react applications",
"main": "dist/index.js",
"typings": "emoji-picker-react.d.ts",
"scripts": {
"storybook": "start-storybook -p 6006",
"build": "webpack --config ./webpack.config.js",
"build-storybook": "build-storybook",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ealush/emoji-picker-react.git"
},
"keywords": [
"emoji-picker",
"react"
],
"author": "ealush",
"license": "unlicense",
"bugs": {
"url": "https://github.com/ealush/emoji-picker-react/issues"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"prettier": {
"arrowParens": "avoid",
"singleQuote": true
},
"homepage": "https://github.com/ealush/emoji-picker-react#readme",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^6.4.18",
"@storybook/addon-links": "^6.4.18",
"@storybook/addons": "^6.4.18",
"@storybook/react": "^6.4.18",
"babel-loader": "^8.0.6",
"classnames": "^2.2.6",
"css-loader": "^3.2.0",
"emoji-datasource": "^7.0.2",
"eslint": "^7.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"husky": "^4.2.5",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.8.0",
"prettier": "2.0.5",
"pretty-quick": "^2.0.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"style-loader": "^1.0.0",
"svg-url-loader": "^3.0.2",
"terser-webpack-plugin": "^2.1.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"tinykeys": "^1.3.0"
}
}