forked from chainlift/liftkit-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "liftkit-tailwindcss",
"version": "0.0.6",
"description": "Chainlift's LiftKit design system for Tailwindcss",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"watch": "tailwindcss -c ./checks/src/tailwindcss.config.js -i ./checks/src/input.css -o ./checks/src/output.css --watch ",
"test": "vitest run",
"test-watch": "vitest",
"coverage": "vitest run --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JeremiahSecrist/liftkit-tailwindcss.git"
},
"keywords": [
"css",
"tailwindcss",
"liftkit",
"postcss"
],
"author": "chainlift",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/JeremiahSecrist/liftkit-tailwindcss/issues"
},
"homepage": "https://github.com/JeremiahSecrist/liftkit-tailwindcss#readme",
"dependencies": {
"@material/material-color-utilities": "^0.3.0",
"ci": "^2.3.0"
},
"peerDependencies": {
"tailwindcss": ">=3.0.0"
},
"devDependencies": {
"@vitest/coverage-v8": "^2.0.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"vitest": "^2.0.5"
}
}