-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.38 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.38 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "style-lib",
"version": "1.2.2",
"license": "MIT",
"scripts": {
"contributors:add": "npx all-contributors add",
"commit": "npx cz",
"semantic-release": "semantic-release"
},
"private": false,
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@docusaurus/module-type-aliases": "2.1.0",
"@nrwl/angular": "^15.9.2",
"@nrwl/devkit": "15.9.2",
"@nrwl/eslint-plugin-nx": "15.9.2",
"@nrwl/jest": "15.9.2",
"@nrwl/js": "15.9.2",
"@nrwl/linter": "15.9.2",
"@nrwl/nx-cloud": "^15.3.5",
"@nrwl/nx-plugin": "^15.9.2",
"@nrwl/workspace": "15.9.2",
"@nx-plus/docusaurus": "^15.0.0-rc.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^10.0.3",
"@swc-node/register": "^1.4.2",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.2.173",
"@types/glob": "^8.1.0",
"@types/jest": "^29.4.0",
"@types/jsdoc-to-markdown": "^7.0.3",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"all-contributors-cli": "^6.24.0",
"classnames": "^2.3.2",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"cross-env": "^7.0.3",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"husky": "^8.0.3",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jsdoc-babel": "^0.5.0",
"jsdoc-to-markdown": "^8.0.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^13.2.0",
"nx": "15.9.2",
"prettier": "^2.8.7",
"semantic-release": "^21.0.1",
"ts-jest": "^29.0.5",
"ts-node": "10.9.1",
"typescript": "~4.9.5"
},
"dependencies": {
"@docusaurus/core": "2.1.0",
"@docusaurus/preset-classic": "2.1.0",
"@mdx-js/react": "^1.6.22",
"@swc/helpers": "~0.4.11",
"clsx": "^1.2.1",
"nx-stylelint": "^15.0.0",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"semantic-release-license": "^1.0.3",
"stylelint": "^15.4.0",
"tslib": "^2.3.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {
"*": [
"nx format:write --all"
]
}
}