-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.17 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
{
"name": "@mntm/react",
"version": "17.0.10",
"main": "./index.js",
"module": "./index.mjs",
"jsnext:main": "./index.mjs",
"exports": {
".": [
{
"require": "./index.js",
"import": "./index.mjs"
},
"./index.mjs"
],
"./jsx-dev-runtime": [
{
"require": "./jsx-dev-runtime.js",
"import": "./jsx-dev-runtime.mjs"
},
"./jsx-dev-runtime.mjs"
],
"./jsx-runtime": [
{
"require": "./jsx-runtime.js",
"import": "./jsx-runtime.mjs"
},
"./jsx-runtime.mjs"
],
"./server": "./server.js"
},
"sideEffects": [
"./optimize.mjs"
],
"author": {
"name": "Anton Petrov",
"email": "im@petrov.engineer",
"url": "https://petrov.engineer"
},
"description": "A React compatibility stub",
"license": "MIT",
"homepage": "https://github.com/maxi-team/react-stub",
"bugs": "https://github.com/maxi-team/react-stub/issues",
"repository": {
"type": "git",
"url": "https://github.com/maxi-team/react-stub.git"
},
"peerDependencies": {
"preact": "^10.7.2"
},
"peerDependenciesMeta": {
"preact": {
"optional": false
}
}
}