-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.28 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": "brookside",
"version": "1.0.0",
"description": "��#\u0000 \u0000B\u0000r\u0000o\u0000o\u0000k\u0000S\u0000i\u0000d\u0000e\u0000 \u0000H\u0000T\u0000M\u0000L\u0000 \u0000B\u0000l\u0000o\u0000g\u0000 \u0000T\u0000e\u0000m\u0000p\u0000l\u0000a\u0000t\u0000e\u0000\r\u0000 \u0000",
"main": "postcss.config.js",
"scripts": {
"build": "postcss tailwind.css -o src/css/style.css",
"watch": "watch \"npm run build\" ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shakibdshy/AirMusic.git"
},
"keywords": [
"Air",
"Music",
"Web",
"Template"
],
"author": "Shakib D Shy",
"license": "ISC",
"bugs": {
"url": "https://github.com/shakibdshy/AirMusic/issues"
},
"homepage": "https://github.com/shakibdshy/AirMusic#readme",
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.0.0",
"autoprefixer": "^9.6.1",
"postcss": "^7.0.18",
"postcss-cli": "^7.0.0",
"tailwindcss": "^1.1.2",
"tailwindcss-border-gradients": "^2.0.3",
"tailwindcss-fluid-container": "^4.0.0",
"tailwindcss-transforms": "^2.2.0",
"tailwindcss-transitions": "^2.1.0",
"watch": "^1.0.2"
},
"devDependencies": {
"tailwindcss-pseudo-elements": "1.1.2",
"tailwindcss-triangle-after": "1.2.0"
}
}