UNPKG

835 BJSONView Raw
1{
2 "name": "@emotion/babel-preset-css-prop",
3 "version": "11.0.0",
4 "description": "A babel preset to automatically enable emotion's css prop",
5 "main": "dist/emotion-babel-preset-css-prop.cjs.js",
6 "module": "dist/emotion-babel-preset-css-prop.esm.js",
7 "license": "MIT",
8 "repository": "https://github.com/emotion-js/emotion/tree/master/packages/babel-preset-css-prop",
9 "scripts": {
10 "test:typescript": "exit 0"
11 },
12 "dependencies": {
13 "@babel/plugin-transform-react-jsx": "^7.12.1",
14 "@babel/runtime": "^7.7.2",
15 "@emotion/babel-plugin": "^11.0.0",
16 "@emotion/babel-plugin-jsx-pragmatic": "^0.1.5"
17 },
18 "peerDependencies": {
19 "@babel/core": "^7.0.0"
20 },
21 "publishConfig": {
22 "access": "public"
23 },
24 "files": [
25 "src",
26 "dist"
27 ],
28 "devDependencies": {
29 "@babel/core": "^7.7.2"
30 }
31}