UNPKG

1.96 kBJSONView Raw
1{
2 "name": "@emotion/react",
3 "version": "11.4.0",
4 "main": "dist/emotion-react.cjs.js",
5 "module": "dist/emotion-react.esm.js",
6 "browser": {
7 "./dist/emotion-react.cjs.js": "./dist/emotion-react.browser.cjs.js",
8 "./dist/emotion-react.esm.js": "./dist/emotion-react.browser.esm.js"
9 },
10 "types": "types/index.d.ts",
11 "files": [
12 "src",
13 "dist",
14 "jsx-runtime",
15 "jsx-dev-runtime",
16 "isolated-hoist-non-react-statics-do-not-use-this-in-your-code",
17 "types/*.d.ts",
18 "macro.js",
19 "macro.d.ts",
20 "macro.js.flow"
21 ],
22 "sideEffects": false,
23 "author": "mitchellhamilton <mitchell@mitchellhamilton.me>",
24 "license": "MIT",
25 "scripts": {
26 "test:typescript": "dtslint types"
27 },
28 "dependencies": {
29 "@babel/runtime": "^7.13.10",
30 "@emotion/cache": "^11.4.0",
31 "@emotion/serialize": "^1.0.2",
32 "@emotion/sheet": "^1.0.1",
33 "@emotion/utils": "^1.0.0",
34 "@emotion/weak-memoize": "^0.2.5",
35 "hoist-non-react-statics": "^3.3.1"
36 },
37 "peerDependencies": {
38 "@babel/core": "^7.0.0",
39 "react": ">=16.8.0"
40 },
41 "peerDependenciesMeta": {
42 "@babel/core": {
43 "optional": true
44 },
45 "@types/react": {
46 "optional": true
47 }
48 },
49 "devDependencies": {
50 "@babel/core": "^7.13.10",
51 "@emotion/css": "11.1.3",
52 "@emotion/css-prettifier": "1.0.0",
53 "@emotion/server": "11.4.0",
54 "@emotion/styled": "11.3.0",
55 "@types/react": "^16.9.11",
56 "dtslint": "^0.3.0",
57 "html-tag-names": "^1.1.2",
58 "react": "16.14.0",
59 "svg-tag-names": "^1.1.1"
60 },
61 "repository": "https://github.com/emotion-js/emotion/tree/main/packages/react",
62 "publishConfig": {
63 "access": "public"
64 },
65 "umd:main": "dist/emotion-react.umd.min.js",
66 "preconstruct": {
67 "entrypoints": [
68 "./index.js",
69 "./jsx-runtime.js",
70 "./jsx-dev-runtime.js",
71 "./isolated-hoist-non-react-statics-do-not-use-this-in-your-code.js"
72 ],
73 "umdName": "emotionReact"
74 }
75}