-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 872 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 872 Bytes
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
{
"name": "chat-application",
"version": "0.1.0",
"private": true,
"engines": {
"npm": "5.6.0",
"node": "8.11.2"
},
"dependencies": {
"classnames": "^2.2.6",
"eslint": "^5.0.0",
"eslint-config-strongloop": "^2.1.0",
"eslint-plugin-react": "^7.9.1",
"lodash": "^4.17.10",
"query-string": "^6.1.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"sw-precache": "^4.2.2",
"redux": "^4.0.0",
"redux-saga": "^0.16.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && sw-precache --config=sw-precache-config.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"test-lint": "eslint --ignore-pattern \"build\" --ignore-path .gitignore ."
}
}