-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.31 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 4.31 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "forgetti-loader",
"version": "0.2.3",
"description": "A webpack loader that solves your hook spaghetti. Inspired by React Forget. Powered by forgetti.",
"homepage": "https://github.com/SukkaW/forgetti-loader#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/SukkaW/forgetti-loader.git"
},
"bugs": {
"url": "https://github.com/SukkaW/forgetti-loader/issues"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"next.js"
],
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"module": "./dist/index.m.js",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
},
"./next": {
"types": "./dist/next.d.ts",
"import": "./dist/next.mjs",
"module": "./dist/next.m.js",
"require": "./dist/next.cjs",
"default": "./dist/next.js"
}
},
"scripts": {
"lint": "eslint --format=sukka .",
"build": "rollup -c rollup.config.ts --configPlugin swc3 --bundleConfigAsCjs",
"prepublishOnly": "npm run build",
"pretest": "npm run build",
"test": "mocha -r @swc-node/register 'test/index.ts'",
"test:update": "mocha --update -r @swc-node/register 'test/index.ts'"
},
"keywords": [
"webpack",
"react",
"react-forget",
"forgetti",
"webpack-loader"
],
"author": "Sukka <https://skk.moe>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.23.2"
},
"devDependencies": {
"@eslint-sukka/node": "^4.1.7",
"@eslint-sukka/react": "^4.1.7",
"@eslint-sukka/ts": "^4.1.7",
"@rspack/core": "^0.3.10",
"@swc-node/register": "^1.6.8",
"@swc/core": "^1.3.96",
"@types/babel__core": "^7.20.4",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/node": "^18.18.8",
"@types/react": "^18.2.36",
"eslint": "^8.53.0",
"eslint-config-sukka": "^4.1.7",
"eslint-formatter-sukka": "^4.1.7",
"forgetti": "^0.7.2",
"memfs": "^4.6.0",
"mocha": "^10.2.0",
"mocha-chai-jest-snapshot": "^1.1.4",
"next": "^14.0.1",
"rollup": "^4.3.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-swc3": "^0.10.3",
"swc-loader": "^0.2.3",
"webpack": "^5.89.0"
},
"peerDependencies": {
"forgetti": "^0.7.2"
},
"engines": {
"node": ">=16"
},
"overrides": {
"rollup": "$rollup",
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@latest",
"available-typed-arrays": "npm:@nolyfill/available-typed-arrays@latest",
"define-properties": "npm:@nolyfill/define-properties@latest",
"function-bind": "npm:@nolyfill/function-bind@latest",
"gopd": "npm:@nolyfill/gopd@latest",
"has": "npm:@nolyfill/has@latest",
"has-symbols": "npm:@nolyfill/has-symbols@latest",
"has-tostringtag": "npm:@nolyfill/has-tostringtag@latest",
"is-array-buffer": "npm:@nolyfill/is-array-buffer@latest",
"is-date-object": "npm:@nolyfill/is-date-object@latest",
"is-regex": "npm:@nolyfill/is-regex@latest",
"is-shared-array-buffer": "npm:@nolyfill/is-shared-array-buffer@latest",
"is-string": "npm:@nolyfill/is-string@latest",
"object-keys": "npm:@nolyfill/object-keys@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.entries": "npm:@nolyfill/object.entries@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
"object.hasown": "npm:@nolyfill/object.hasown@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"regexp.prototype.flags": "npm:@nolyfill/regexp.prototype.flags@latest",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest",
"which-boxed-primitive": "npm:@nolyfill/which-boxed-primitive@latest",
"which-typed-array": "npm:@nolyfill/which-typed-array@latest",
"es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@latest",
"has-proto": "npm:@nolyfill/has-proto@latest",
"is-arguments": "npm:@nolyfill/is-arguments@latest",
"is-generator-function": "npm:@nolyfill/is-generator-function@latest"
}
}