-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 813 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 813 Bytes
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
{
"name": "react-static-plugin-tailwindcss",
"version": "0.1.3",
"description": "A React-Static plugin that adds tailwindcss into your postcss plugins",
"main": "node.api.js",
"scripts": {
"build": "babel src --out-dir .",
"watch": "yarn build --watch",
"test": "yarn format",
"format": "prettier src/**/*.js --write"
},
"peerDependencies": {
"tailwindcss": "^1.1.2",
"tailwind.macro": "^1.0.0-alpha.10"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"tailwindcss": "^1.1.2",
"babel-plugin-macros": "^2.6.1",
"babel-plugin-tailwind-components": "^0.5.10"
},
"keywords": [
"react-static",
"tailwindcss",
"react",
"css"
],
"author": "Joe Warner",
"license": "MIT"
}