forked from CtrlAltElite2020/Forrest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "ts-full-stack-template",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": "true",
"workspaces": [
"web",
"server",
"common"
],
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.1.6",
"@react-google-maps/api": "^1.10.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/cors": "^2.8.7",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.5",
"bubbly-bg": "^1.0.0",
"google-maps-react": "^2.0.6",
"html-react-parser": "^0.14.0",
"pg": "^8.3.3",
"react-router-dom": "^5.2.0",
"typescript": "~3.7.2"
},
"scripts": {
"web": "yarn --cwd web start",
"server": "yarn --cwd server start",
"common": "yarn --cwd common tsc --watch",
"push": "git push origin master",
"pusha": "git push origin devAdvaith",
"pull": "git pull origin master"
}
}