-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 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
{
"name": "graphlabs.web.client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jsoneditor": "^5.28.1",
"bluebird": "^3.5.2",
"bootstrap": "^4.1.3",
"classnames": "^2.2.6",
"cross-env": "^5.2.0",
"fp-ts": "^1.9.0",
"jwt-decode": "^2.2.0",
"react": "^16.4.2",
"react-ace": "^8.0.0",
"react-dom": "^16.4.2",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "2.17.0",
"reactstrap": "^6.4.0",
"redux": "^4.0.0",
"redux-auth-wrapper": "^2.1.0",
"redux-thunk": "^2.3.0",
"typesafe-actions": "^2.0.4"
},
"scripts": {
"start": "cross-env PORT=5050 react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/bluebird": "^3.5.24",
"@types/classnames": "^2.2.6",
"@types/jest": "^23.3.1",
"@types/jwt-decode": "^2.2.1",
"@types/node": "^10.9.2",
"@types/react": "^16.4.12",
"@types/react-dom": "^16.0.7",
"@types/react-redux": "^6.0.9",
"@types/react-router-dom": "^4.3.1",
"@types/reactstrap": "^6.0.3",
"@types/redux-auth-wrapper": "^2.0.9",
"redux-devtools-extension": "^2.13.5",
"typescript": "^3.0.1"
}
}