-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.05 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"version": "1.0.0",
"private": true,
"description": "",
"homepage": "https://github.com/mountain-ui/mountain-ui#readme",
"bugs": {
"url": "https://github.com/mountain-ui/mountain-ui/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mountain-ui/mountain-ui.git"
},
"license": "MIT",
"author": "Marco Antonio Ghiani <[email protected]>",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build",
"commit": "git cz",
"install:clean": "lerna clean --yes && rm -rf node_modules yarn.lock && yarn install",
"lint": "lerna run lint --stream",
"lint:package": "lerna run lint:package --stream",
"release": "lerna publish --yes",
"test": "lerna run test --stream",
"update:deps": "ncu -u && lerna run update:deps --stream"
},
"config": {
"commitizen": {
"path": "git-cz"
}
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@commitlint/config-lerna-scopes": "^18.6.1",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitejs/plugin-react": "^4.2.1",
"babel-loader": "^9.1.3",
"commitlint": "^18.6.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^12.0.0",
"git-cz": "^4.9.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-localstorage-mock": "^2.4.26",
"lerna": "^8.1.2",
"lerna-changelog": "^2.2.0",
"lint-staged": "^15.2.2",
"npm-check-updates": "^16.14.15",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"sort-package-json": "^2.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vite-plugin-babel-macros": "^1.0.6",
"vite-tsconfig-paths": "^4.3.1"
},
"engines": {
"node": ">=18",
"yarn": ">=1.22.0"
}
}