-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 803 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "current",
"version": "1.0.0",
"description": "TWBase - A starter theme for Drupal built with Tailwind CSS",
"scripts": {
"build": "postcss src/*.css -d css/ --verbose && ls -S -lh css/styles.css | awk '{print \"\\x1B[33mSize: \" $5}'",
"watch": "chokidar '*.config.js' 'src/*.css' 'src/**/*.css' '**/*.twig' -i 'node_modules' -c 'npm run build' --initial"
},
"license": "ISC",
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.0",
"chokidar-cli": "^1.2.0",
"cssnano": "^5.0.6",
"postcss": "^8.4.5",
"postcss-cli": "^8.3.1",
"tailwindcss": "^3.0.2"
},
"dependencies": {
"postcss-import": "^14.0.2"
}
}