-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.11 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
{
"name": "tailwind-content-placeholder",
"version": "0.0.5",
"description": "A TailwindCSS plugin to create Content Placeholder classes",
"author": "Javis Pérez <javisperez@gmail.com>",
"scripts": {
"styles": "tailwind build ./demo/src/assets/css/tailwind.css -o ./demo/src/assets/css/styles.css",
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "npm run styles && cd ./demo && npm run serve",
"build": "cross-env NODE_ENV=production npm run styles && cd ./demo && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javisperez/tailwindcontentplaceholder"
},
"main": "index.js",
"readme": "README.md",
"dependencies": {
"vue": "^3.0.5"
},
"keywords": [
"tailwindcss",
"plugins",
"content placeholder",
"loading"
],
"files": [
"index.js"
],
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.0.3",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^9.8.6",
"cross-env": "^7.0.2",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3"
},
"license": "MIT"
}