-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
51 lines (51 loc) · 1.24 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
{
"name": "@mhsdesign/jit-browser-tailwindcss",
"description": "Jit Browser Tailwindcss",
"workspaces": [
"examples/*",
"tests/*"
],
"module": "dist/module.esm.js",
"main": "dist/module.esm.js",
"unpkg": "dist/cdn.min.js",
"files": [
"index.d.ts",
"dist/*"
],
"type": "module",
"scripts": {
"build": "node build.js",
"example1": "npm --workspace esbuild-demo start",
"example2": "npm --workspace esbuild-demo-worker start",
"example3": "npm --workspace script-tag start",
"test": "npm --workspace unit-tests run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhsdesign/jit-browser-tailwindcss.git"
},
"keywords": [
"tailwind",
"tailwindcss"
],
"author": "Marc Henry Schultz",
"license": "MIT",
"bugs": {
"url": "https://github.com/mhsdesign/jit-browser-tailwindcss/issues"
},
"dependencies": {
"color-name": "^1.0.0",
"didyoumean": "^1.0.0",
"dlv": "^1.0.0",
"postcss": "^8.0.0",
"postcss-js": "^4.0.0",
"postcss-nested": "^5.0.0",
"postcss-selector-parser": "^6.0.0",
"postcss-value-parser": "^4.0.0",
"quick-lru": "^5.0.0",
"tailwindcss": "~3.4.0"
},
"devDependencies": {
"esbuild": "^0.15.0"
}
}