-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.4 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.4 KB
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
{
"name": "@area17/a17-tailwind-plugins",
"version": "5.1.4",
"author": "A17 <dev@area17.com> (https://area17.com/)",
"description": "A collection of Tailwind plugins to help build responsive design systems in collaboration with A17 design and development build methodologies",
"main": "index.js",
"scripts": {
"test": "jest --watchAll",
"dev": "npx @tailwindcss/cli -i ./docs/input.css -o ./docs/tailwind.css",
"watch": "npx @tailwindcss/cli -i ./docs/input.css -o ./docs/tailwind.css --watch",
"prod": "NODE_ENV=production npx @tailwindcss/cli -i ./docs/input.css -o ./docs/tailwind.css --minify",
"sync": "browser-sync start --config bs-config.js --no-open",
"eslint": "eslint .",
"prettier": "prettier . --write"
},
"license": "MIT",
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.26.0",
"browser-sync": "^3.0.4",
"eslint": "^9.26.0",
"eslint-config-prettier": "~10.1.3",
"eslint-plugin-prettier": "~5.4.0",
"globals": "^16.1.0",
"jest": "~29.7.0",
"prettier": "3.5.3",
"qs": "^6.14.0"
},
"dependencies": {
"dotenv": "~16.4.7",
"tailwindcss": "^4.1.5"
},
"homepage": "https://github.com/area17/tailwind-plugins#readme",
"bugs": {
"url": "https://github.com/area17/tailwind-plugins/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/area17/tailwind-plugins.git"
}
}