-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 789 Bytes
/
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
{
"name": "loopple-tailwind",
"version": "1.0.0",
"description": "",
"scripts": {
"browsersync": "browser-sync start --directory --server --files --startPath index.html",
"build": "tailwindcss build -i src/styles.css -o assets/css/theme.css",
"build-minify": "tailwindcss build -i src/styles.css -o assets/css/theme.min.css --minify",
"watch": "npx tailwindcss -i src/styles.css -o assets/css/theme.css --watch"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"browser-sync": "^2.27.7",
"postcss": "^8.4.6",
"postcss-cli": "^9.1.0",
"tailwindcss": "^3.0.19"
},
"dependencies": {
"cli": "^1.0.1",
"highlight.js": "^11.4.0",
"tailwindcss-transforms": "^2.2.0"
}
}