-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.55 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.55 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
85
86
87
88
89
90
91
92
{
"name": "@archoleat/next-define-config",
"description": "Provide a defineConfig function for Next",
"version": "1.2.6",
"license": "MIT",
"author": {
"email": "nikkeyl.me@gmail.com",
"name": "Archoleat",
"url": "https://github.com/archoleat"
},
"homepage": "https://github.com/archoleat/next-define-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/archoleat/next-define-config.git"
},
"bugs": {
"url": "https://github.com/archoleat/next-define-config/issues"
},
"keywords": [
"archoleat-next-define-config",
"archoleat",
"config",
"configuration",
"define-config",
"plugin",
"next-config",
"next-define-config",
"next",
"typescript"
],
"engines": {
"bun": ">=1.0.0"
},
"type": "module",
"types": "index.d.ts",
"imports": {
"#src/*": "./src/*"
},
"exports": {
".": "./index.js"
},
"files": [
"index.d.ts",
"index.js"
],
"scripts": {
"init": "bun i && husky"
},
"peerDependencies": {
"next": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@archoleat/commitlint-define-config": "^1.1.1",
"@archoleat/prettier-define-config": "^1.2.1",
"@archoleat/semantic-release-define-config": "^1.3.1",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@commitlint/types": "^20.0.0",
"@rollup/plugin-typescript": "^12.3.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/bun": "^1.2.21",
"@typescript-eslint/eslint-plugin": "^8.48.0",
"@typescript-eslint/parser": "^8.52.0",
"conventional-changelog-conventionalcommits": "^9.1.0",
"editorconfig-checker": "^6.1.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-define-config": "^2.1.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^62.0.0",
"expect-type": "^1.2.2",
"git-pull-run": "^1.6.2",
"globals": "^17.0.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.6",
"next": "^16.1.1",
"prettier": "^3.7.4",
"remark": "15.0.1",
"remark-cli": "^12.0.1",
"remark-preset-lint-consistent": "^6.0.1",
"remark-preset-lint-markdown-style-guide": "^6.0.1",
"remark-preset-lint-recommended": "^7.0.1",
"rollup": "^4.50.0",
"rollup-plugin-dts": "^6.2.3",
"rollup-plugin-esbuild": "^6.2.1",
"semantic-release": "^25.0.2",
"tslib": "^2.8.1"
}
}