-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.02 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
{
"name": "@lewismoten/emoji-ui",
"version": "1.0.0",
"private": true,
"description": "Tool to lookup emoji",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lewismoten/emoji-ui.git"
},
"keywords": [
"emoji",
"icon",
"emote",
"pictures",
"text",
"text art",
"ascii"
],
"author": "Lewis Edward Moten III",
"license": "ISC",
"bugs": {
"url": "https://github.com/lewismoten/emoji-ui/issues"
},
"homepage": "https://github.com/lewismoten/emoji-ui",
"main": "dist/index.html",
"files": [
"dist"
],
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"webpack": "^5.61.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.16.0",
"@babel/plugin-transform-react-inline-elements": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@babel/runtime": "^7.16.0",
"@lewismoten/emoji": "^2.3.1",
"babel-loader": "^8.2.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"css-loader": "^6.5.1",
"eslint": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"html-webpack-plugin": "^5.5.0",
"immer": "^9.0.6",
"mini-css-extract-plugin": "^2.4.4",
"node-sass": "^6.0.1",
"prettier-eslint": "^13.0.0",
"prettier-eslint-cli": "^5.0.1",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.9",
"redux-saga": "^1.1.3",
"redux-saga-routines": "^3.2.3",
"redux-thunk": "^2.4.0",
"reselect": "^4.1.1",
"rsuite": "^5.1.0",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
}
}