refacto/migrate-turborepo
This commit is contained in:
parent
9905366e9a
commit
a9507e7d3d
134 changed files with 20842 additions and 475 deletions
69
package.json
69
package.json
|
@ -1,46 +1,31 @@
|
|||
{
|
||||
"name": "@aptabase/web",
|
||||
"version": "0.1.3",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"description": "JavaScript SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"require": "./dist/index.js",
|
||||
"import": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/aptabase/aptabase-js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/aptabase/aptabase-js/issues"
|
||||
},
|
||||
"homepage": "https://github.com/aptabase/aptabase-js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "rollup -c ./rollup.config.mjs",
|
||||
"watch": "rollup -c ./rollup.config.mjs -w",
|
||||
"prepublishOnly": "yarn build",
|
||||
"pretest": "yarn build"
|
||||
},
|
||||
"files": [
|
||||
"README.md",
|
||||
"LICENSE",
|
||||
"dist",
|
||||
"package.json"
|
||||
"name": "aptabase",
|
||||
"version": "0.6.9",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*",
|
||||
"schemas/*",
|
||||
"utils/*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"watch": "turbo run watch --parallel",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-replace": "5.0.2",
|
||||
"@rollup/plugin-typescript": "11.1.0",
|
||||
"rollup": "3.21.6",
|
||||
"@rollup/plugin-terser": "0.4.1",
|
||||
"tslib": "2.5.0",
|
||||
"typescript": "5.0.4"
|
||||
}
|
||||
"prettier": "latest",
|
||||
"turbo": "latest",
|
||||
"turboversion": "^0.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=7.0.0",
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"prettier": {
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"printWidth": 120
|
||||
},
|
||||
"packageManager": "yarn@1.22.5"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue