1
0
mirror of https://github.com/uetchy/namae.git synced 2025-09-10 10:06:39 +09:00

fix: optimize analytics

This commit is contained in:
2019-08-07 17:42:07 +09:00
parent 4cd10945b5
commit 102b98b76a
10 changed files with 1642 additions and 11247 deletions

View File

@@ -4,17 +4,9 @@
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
"scripts": {
"start": "now dev",
"test": "yarn workspaces run test"
"ship": "now"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^12.6.9",
"typescript": "^3.5.3"
},
"license": "MIT",
"private": true,
"workspaces": [
"api",
"web"
]
"private": true
}