-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.09 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.09 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
{
"name": "pple-design-systems",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint .",
"typecheck": "tsc -b",
"test": "pnpm --filter @pplethai/components test",
"build": "pnpm --filter @pplethai/components build && pnpm --filter docs build",
"dev": "pnpm --filter @pplethai/components build && pnpm --filter docs dev",
"changeset": "changeset",
"ci:publish": "pnpm --filter @pplethai/components build && pnpm changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2"
},
"packageManager": "pnpm@9.15.1",
"pnpm": {
"overrides": {
"@radix-ui/react-dismissable-layer": "1.1.11",
"@radix-ui/react-focus-scope": "1.1.7",
"@radix-ui/react-portal": "1.1.9",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}
}