-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.4 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
43
44
45
46
47
48
49
50
51
{
"name": "flattr",
"version": "1.0.0",
"description": "A flat price estimation service",
"main": "index.tsx",
"author": "Igor Morenets",
"private": true,
"scripts": {
"start": "./dist/index.html",
"start:dev": "webpack-dev-server",
"build": "webpack",
"test": "echo 'No tests!'",
"lint": "tslint -p tsconfig.json"
},
"dependencies": {
"@material-ui/core": "4.6.1",
"@material-ui/icons": "4.5.1",
"@material-ui/styles": "4.6.0",
"funfix-core": "7.0.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-google-maps": "9.4.5",
"react-redux": "7.1.3",
"redux-saga": "1.1.3"
},
"devDependencies": {
"@types/dotenv-webpack": "1.7.0",
"@types/googlemaps": "3.38.0",
"@types/html-webpack-plugin": "3.2.1",
"@types/react": "16.9.13",
"@types/react-dom": "16.9.4",
"@types/react-redux": "7.1.5",
"@types/webpack": "4.41.0",
"@types/webpack-dev-server": "3.4.0",
"clean-webpack-plugin": "3.0.0",
"dotenv-webpack": "1.7.0",
"html-webpack-plugin": "3.2.0",
"redux-devtools-extension": "2.13.8",
"source-map-loader": "0.2.4",
"ts-loader": "6.2.1",
"ts-node": "8.5.2",
"tslint": "5.20.1",
"tslint-immutable": "6.0.1",
"tslint-react": "4.1.0",
"typescript": "3.7.2",
"webpack": "4.41.2",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.9.0",
"whatwg-fetch": "3.0.0"
}
}