-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 798 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 798 Bytes
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
{
"name": "ams-date-picker",
"private": true,
"scripts": {
"build": "pnpm -F website build",
"dev": "pnpm -F website dev",
"package": "pnpm -F headless build && pnpm -F date-picker build",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.mdx ./packages ./website"
},
"keywords": [
"date-picker"
],
"author": "Lingxi Li",
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.25.0",
"@taci-tech/eslint-config": "^0.0.3",
"@types/react": "18.0.12",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.15.0",
"eslint-plugin-mdx": "^1.17.0",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
},
"workspaces": [
"website",
"packages/*"
],
"packageManager": "pnpm@7.9.1"
}