-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "morgue-react",
"version": "0.1.0",
"private": true,
"homepage": "https://felexx90.github.io/morgue-react",
"dependencies": {
"bootstrap": "^4.1.0",
"data.either": "^1.5.1",
"gh-pages": "^1.1.0",
"immutable": "^3.8.2",
"jest-immutable-matchers": "^2.0.1",
"markdown": "^0.5.0",
"moment": "^2.22.1",
"prop-types": "^15.6.1",
"ramda": "^0.25.0",
"react": "^16.3.2",
"react-codemirror": "^1.0.0",
"react-datetime": "^2.14.0",
"react-dom": "^16.3.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"reactstrap": "^5.0.0",
"recompose": "^0.27.0",
"redux": "3.x.x",
"redux-devtools-extension": "^2.13.2",
"redux-observable": "^0.18.0",
"redux-persist": "^5.9.1",
"redux-persist-transform-immutable": "^5.0.0",
"redux-testkit": "^1.0.6",
"rxjs": "5.x.x",
"uuid": "^3.2.1"
},
"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"
}
}