-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1015 Bytes
/
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
{
"name": "roadster",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"emotion": "^9.1.1",
"lodash": "^4.17.10",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-emotion": "^9.1.1",
"react-google-maps": "^9.4.5",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts-ts": "2.14.0",
"redux": "^4.0.0",
"semantic-ui-react": "^0.79.1",
"socket.io-client": "^2.1.1"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/googlemaps": "^3.30.8",
"@types/lodash": "^4.14.109",
"@types/markerclustererplus": "^2.1.33",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.4",
"@types/react-redux": "^5.0.19",
"@types/react-router-dom": "^4.2.6",
"@types/socket.io-client": "^1.4.32",
"typescript": "^2.8.1"
}
}