-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
34 lines (34 loc) · 966 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
34
{
"name": "astro-aws-amplify-root",
"type": "module",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/alexnguyennz/astro-aws-amplify.git"
},
"scripts": {
"dev": "turbo run dev --parallel",
"build": "turbo run build",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.astro .",
"format": "prettier -w \"**/*\" --ignore-unknown --cache",
"changeset": "changeset",
"release": "turbo run build --filter=adapter && changeset publish"
},
"engines": {
"node": ">=18.14.1",
"pnpm": ">=8.6.10"
},
"packageManager": "[email protected]",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"turbo": "^1.11.2"
}
}