-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.58 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
{
"name": "@cesiuminho/eslint-config",
"version": "1.0.0",
"description": "ESLint configuration used by CeSIUM.",
"main": "index.js",
"files": [
"LICENSE",
"next.js",
"lib"
],
"keywords": [
"eslint",
"eslintplugin",
"config",
"lint",
"tailwind"
],
"author": "CeSIUM [email protected]",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cesium/eslint-config-cesium.git"
},
"bugs": {
"url": "https://github.com/cesium/eslint-config-cesium/issues"
},
"scripts": {
"commit": "git-cz",
"semantic-release": "semantic-release --branches main",
"lint": "eslint lib --ext .js",
"lint:fix": "eslint lib --ext .js --fix"
},
"dependencies": {
"@next/eslint-plugin-next": "^13.4.16",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0"
},
"devDependencies": {
"@semantic-release/github": "^9.0.4",
"cz-conventional-changelog": "^3.3.0",
"eslint-plugin-eslint-plugin": "^5.1.1",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"semantic-release": "^21.0.7"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public"
}
}