forked from CloudElementsOpenLabs/ezra-sample-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1 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
{
"name": "ezra-test-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.56",
"classnames": "2.2.6",
"connected-react-router": "^6.8.0",
"query-string": "^5.0.1",
"ramda": "^0.25.0",
"randomatic": "^3.1.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^1.1.5",
"react-tap-event-plugin": "^2.0.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"store2": "^2.5.9",
"tough-cookie": "^2.4.3",
"typeface-roboto": "0.0.35",
"url-parse": "^1.4.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}