-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 878 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
35
{
"name": "ui",
"version": "1.0.0",
"description": "Ratnasambhav's UI monorepo.",
"main": "index.js",
"scripts": {
"blog": "pnpm --filter ./app/blog",
"lib": "pnpm --filter ./packages/ui-lib",
"dev": "pnpm --recursive --parallel --stream run dev"
},
"keywords": [
"ui",
"monorepo",
"design system",
"website",
"pnpm",
"tailwind",
"vite",
"vue"
],
"author": "ratnasambhav@gmail.com",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-vue": "^9.26.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"typescript": "^5.2.2"
}
}