-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.17 KB
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
35
36
37
38
39
40
41
{
"name": "bottle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
"clean": "turbo run clean && rm -rf node_modules",
"changeset": "changeset",
"release": "pnpm changeset version && pnpm changeset publish",
"postinstall": "husky install"
},
"keywords": [],
"author": "",
"prettier": "@bbki.ng/config/prettier",
"license": "ISC",
"packageManager": "pnpm@10.6.2",
"devDependencies": {
"@bbki.ng/config": "workspace:*",
"@changesets/cli": "2.30.0",
"@eslint/compat": "^1.0.0",
"@eslint/js": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^51.0.0",
"globals": "^14.0.0",
"husky": "^7.0.0",
"prettier": "^3.2.0",
"pretty-quick": "^4.0.0",
"turbo": "^2.0.0"
}
}