-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
{
"name": "emotion-tailwind-preflight",
"version": "2.0.1",
"description": "TailwindCSS Preflight file for emotion CSS-in-JS library",
"main": "dist/index.js",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/flogy/emotion-tailwind-preflight.git"
},
"keywords": [
"emotion",
"tailwind",
"tailwindcss",
"preflight",
"normalize",
"css-in-js"
],
"author": "Florian Gyger Software <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/flogy/emotion-tailwind-preflight/issues"
},
"homepage": "https://github.com/flogy/emotion-tailwind-preflight#readme",
"scripts": {
"update": "ncu -u tailwindcss && ./bin/build.js",
"build": "babel src --out-dir dist",
"prepublishOnly": "npm run build",
"version": "auto-changelog --breaking-pattern \"BREAKING CHANGE:\" -p && git add CHANGELOG.md",
"postversion": "git push origin master --tags && npm publish"
},
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@emotion/react": "^11.0.0",
"auto-changelog": "^2.2.1",
"npm-check-updates": "^11.3.0",
"react": "^16.8.0",
"tailwindcss": "^2.0.4"
},
"peerDependencies": {
"@emotion/react": ">=11.0.0",
"react": ">=16.8.0"
}
}