-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "news-filter",
"version": "0.1.0",
"private": true,
"homepage": "https://chun-lin.github.io/News-Filter/",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/react-fontawesome": "^0.0.20",
"axios": "^0.18.0",
"country-list": "^1.1.0",
"date-fns": "^1.29.0",
"gh-pages": "^1.2.0",
"immer": "^1.3.1",
"lodash": "^4.17.10",
"nodep-date-input-polyfill": "^5.2.0",
"query-string": "5",
"react": "^16.4.0",
"react-animations": "^1.0.0",
"react-dom": "^16.4.0",
"react-redux": "^5.0.7",
"react-scripts": "1.1.4",
"react-select": "^2.0.0-beta.6",
"redux": "^4.0.0",
"redux-actions": "^2.4.0",
"redux-thunk": "^2.3.0",
"shortid": "^2.2.8",
"styled-components": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
}
}