-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "melist-wordpress-theme",
"version": "1.0.0",
"description": "Melist WordPress Theme",
"main": "index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:tailwind-dev": "postcss src/style.css -o css/style.css",
"build:tailwind-prod": "$env:NODE_ENV='production' postcss postcss src/style.css -o css/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeltsinxyz/melist-wordpress-theme.git"
},
"keywords": [
"melist",
"wordpress",
"theme",
"php",
"tailwindcss",
"client",
"landing-page"
],
"author": "Yeltsin Lima",
"license": "MIT",
"bugs": {
"url": "https://github.com/yeltsinxyz/melist-wordpress-theme/issues"
},
"homepage": "https://github.com/yeltsinxyz/melist-wordpress-theme#readme",
"devDependencies": {
"autoprefixer": "^10.2.5",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"postcss": "^8.2.7",
"tailwindcss": "^2.0.3"
},
"dependencies": {
"@tailwindcss/forms": "^0.2.1"
}
}