-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.42 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
47
48
49
50
{
"name": "readhnlater-pwa",
"homepage": "http://brapifra.github.io/readhnlater-pwa",
"version": "2.0.0",
"private": true,
"dependencies": {
"@redux-offline/redux-offline": "^2.4.0",
"@types/enzyme": "^3.1.13",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/react-router-dom": "^4.3.0",
"enzyme": "^3.5.0",
"enzyme-adapter-react-16": "^1.3.1",
"firebase": "^5.4.2",
"immutable": "^3.8.2",
"ipfs": "^0.33.1",
"moment": "^2.22.2",
"normalize.css": "^8.0.0",
"orbit-db": "^0.19.9",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-icons": "^3.0.5",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "2.17.0",
"react-spinners": "^0.4.5",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"styled-components": "^3.4.5",
"uuid": "^3.3.2"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@types/jest": "^23.3.1",
"@types/node": "^10.9.4",
"@types/react": "^16.4.13",
"@types/react-dom": "^16.0.7",
"@types/react-redux": "^6.0.6",
"@types/redux-logger": "^3.0.6",
"gh-pages": "^1.2.0",
"redux-persist-transform-immutable": "^5.0.0",
"typescript": "^3.0.3"
}
}