-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.14 KB
/
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
{
"name": "templatenametoreplace",
"config": {
"awsprofile": "YOUR_TEAMS_PROFILE"
},
"description": "",
"version": "1.0.0",
"scripts": {
"bootstrap": "./scripts/bootstrap.sh $npm_package_name $npm_package_config_awsprofile",
"update-infra": "./scripts/update-infra.sh $npm_package_name $npm_package_config_awsprofile",
"nuke": "./scripts/nuke.sh $npm_package_name $npm_package_config_awsprofile",
"lint": "eslint --ext .js,.ts,.tsx,.jsx --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --ignore-path .prettierignore --write \"**/*.+(js|ts|jsx|tsx|yml|yaml|json)\""
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.33.1",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-only-error": "^1.0.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-storybook": "^0.6.4",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.7.1"
},
"packageManager": "pnpm@7.9.5",
"engines": {
"pnpm": "^7.0.0"
}
}