-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 842 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
{
"name": "lit-intl",
"private": true,
"main": "index.js",
"repository": "https://github.com/jungpaeng/lit-intl.git",
"author": "jungpaeng",
"license": "MIT",
"packageManager": "[email protected]",
"workspaces": [
"packages/*"
],
"scripts": {
"build:package": "yarn turbo build"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@types/react": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.3",
"turbo": "^1.10.14",
"typescript": "^5.2.2"
}
}