-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.14 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
{
"name": "yak",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"classnames": "^2.2.6",
"emoji-mart": "^2.11.0",
"emoji-regex": "^8.0.0",
"history": "^4.9.0",
"immutable": "^4.0.0-rc.12",
"irc-framework": "kiwiirc/irc-framework",
"is-hotkey": "^0.1.4",
"linkify-it": "^2.1.0",
"lodash": "^4.17.11",
"polished": "^3.4.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-dropdown": "^1.6.4",
"react-feather": "^1.1.6",
"react-image": "^2.1.3",
"react-paginate": "^6.3.0",
"react-perfect-scrollbar": "^1.5.3",
"react-popper": "^1.3.3",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-select": "^2.4.3",
"react-truncate": "^2.4.0",
"redux": "^4.0.1",
"reselect": "^4.0.0",
"slate": "^0.47.4",
"slate-react": "^0.22.3",
"styled-components": "^4.3.1",
"styled-system": "^5.0.10",
"twemoji": "^12.0.4",
"uuid": "^3.3.2"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --fix --ext .js --ext .jsx src/"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"prettier": "^1.18.2",
"source-map-explorer": "^2.0.1"
}
}