-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.59 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@esfront/monorepo",
"version": "0.0.0",
"type": "module",
"description": "",
"private": true,
"workspaces": [
"packages/configs/cspell-config",
"packages/configs/eslint-config",
"packages/configs/prettier-config",
"packages/react"
],
"scripts": {
"eslint": "eslint .",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"cspell": "cspell --no-progress .",
"depcruise": "depcruise packages/react/src",
"husky": "husky install",
"release": "lerna version --no-push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elonsoft/esfront.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Elonsoft/esfront/issues"
},
"homepage": "https://github.com/Elonsoft/esfront#readme",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@cspell/dict-lorem-ipsum": "^3.0.0",
"@cspell/dict-ru_ru": "^2.2.4",
"@eslint/js": "^9.13.0",
"@stylistic/eslint-plugin": "^2.9.0",
"@types/node": "^22.10.1",
"cspell": "^8.15.4",
"dependency-cruiser": "^16.3.1",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-storybook": "^0.11.1",
"globals": "^15.4.0",
"husky": "^7.0.4",
"lerna": "^8.1.3",
"prettier": "^3.3.1",
"typescript": "4.9.4",
"typescript-eslint": "^8.11.0"
}
}