forked from raphox/slack-history
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "slack-history",
"homepage": "https://react-brasil.github.io/slack-history",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "^1.1.5",
"@fortawesome/fontawesome-free-solid": "^5.0.9",
"@fortawesome/react-fontawesome": "0.0.18",
"cross-fetch": "^2.1.0",
"elasticlunr": "^0.9.5",
"lodash": "^4.17.5",
"mark.js": "^8.11.1",
"query-string": "^6.0.0",
"react": "^16.3.1",
"react-avatar": "^2.5.1",
"react-dom": "^16.3.1",
"react-perfect-scrollbar": "^1.1.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"styled-components": "^3.2.5"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"argv": "0.0.2",
"emoji-js": "^3.4.0",
"fs-extra": "^6.0.0",
"gh-pages": "^1.1.0",
"jsonfile": "^4.0.0",
"marked": "^0.3.19",
"uuid": "^3.2.1"
}
}