-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 808 Bytes
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
{
"name": "@neighborhood-map/app",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "webpack-dev-server --inline --hot",
"build": "webpack -p"
},
"dependencies": {
"core-decorators": "^0.20.0",
"dexie": "^2.0.4",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-google-maps": "^9.4.5",
"react-pose": "^2.2.0",
"typeface-roboto": "^0.0.54"
},
"devDependencies": {
"@types/googlemaps": "^3.30.11",
"@types/markerclustererplus": "^2.1.33",
"@types/node": "^10.5.2",
"@types/prop-types": "^15.5.4",
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.6",
"ts-node": "^7.0.0",
"tsconfig-paths": "^3.4.2",
"typescript": "^2.9.2"
},
"workspaces": {
"packages": [
".",
"packages/*"
]
}
}