-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 KB
/
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
36
37
38
{
"name": "assist-design-system",
"packageManager": "[email protected]",
"description": "assist design system",
"version": "0.0.1",
"main": "index.js",
"workspaces": [
"packages/*/*",
"showcase/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"new": "hygen component new && yarn",
"new-util": "hygen util new && yarn",
"version": "yarn lerna version --conventional-commits --no-git-tag-version",
"version-root": "npm version",
"lint": "eslint .",
"prettier": "prettier --check **/*.{ts,tsx}",
"prettier-fix": "prettier --write **/*.{ts,tsx}"
},
"author": "sjoleee",
"license": "ISC",
"dependencies": {
"typescript": "^5.2.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "latest",
"hygen": "^6.2.11",
"lerna": "^7.4.1",
"prettier": "^3.0.3"
}
}