-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 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
{
"name": "jchat",
"version": "0.1.0",
"private": true,
"dependencies": {
"lodash": "^4.17.4",
"moment": "2.21.0",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-autosize-textarea": "^0.4.9",
"react-datetime": "^2.10.3",
"react-dd-menu": "^2.0.2",
"react-dom": "^15.6.1",
"react-file-base64": "^1.0.3",
"react-fontawesome": "^1.6.1",
"react-form": "^1.3.0",
"react-highlight-words": "^0.8.0",
"react-modal": "^2.3.2",
"react-moment": "^0.6.0",
"react-redux": "^5.0.5",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.1",
"react-scripts": "1.0.10",
"react-select": "^1.0.0-rc.10",
"react-spinkit": "^3.0.0",
"react-syntax-highlighter": "^5.8.0",
"react-tabs": "^2.1.0",
"react-textarea-autosize": "^5.1.0",
"react-toastify": "^2.1.5",
"react-tooltip": "^3.3.0",
"react-transition-group": "^2.2.1",
"react-web-notification": "^0.2.4",
"redux": "^3.7.1",
"redux-saga": "^0.15.4",
"redux-thunk": "^2.2.0",
"shortid": "^2.2.8",
"stanza.io": "^8.4.1",
"uuid": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}