mirror of
https://github.com/morten-olsen/refocus.dev.git
synced 2026-02-08 00:46:25 +01:00
init
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@react-native-community/eslint-config": "^3.2.0",
|
||||
"eslint": "^8.33.0",
|
||||
"prettier": "^2.8.3",
|
||||
"turbo": "^1.9.9"
|
||||
},
|
||||
"workspaces": ["packages/*"],
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "turbo build",
|
||||
"dev": "turbo dev",
|
||||
"lint": "eslint packages/*/src",
|
||||
"start": "turbo start",
|
||||
"test": "turbo test"
|
||||
},
|
||||
"version": "0.0.1",
|
||||
"name": "@refocus/repo",
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user