-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 948 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
{
"name": "bike-commute-stats",
"version": "0.1.0",
"repository": "[email protected]:mathiassoeholm/bike-commute-stats.git",
"author": "Mathias Soeholm <[email protected]>",
"license": "MIT",
"scripts": {
"start": "yarn parcel src/dev-site/index.html",
"build": "ts-node src/build-site.tsx"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@types/mongodb": "^3.5.25",
"@types/node": "^14.0.23",
"@types/node-fetch": "^2.5.7",
"@types/prettier": "^2.0.2",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.0.0",
"dotenv": "^8.2.0",
"emotion": "^10.0.27",
"mongodb": "^3.5.9",
"node-fetch": "^2.6.0",
"parcel": "^2.0.0-beta.1",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
}
}