UNPKG

1.49 kBJSONView Raw
1{
2 "name": "@nuxtjs/tailwindcss",
3 "version": "4.0.0",
4 "description": "TailwindCSS module for Nuxt",
5 "repository": "nuxt-community/tailwindcss-module",
6 "license": "MIT",
7 "exports": {
8 ".": "./dist/index.js",
9 "./src/runtime/*": "./dist/runtime/*",
10 "./package.json": "./package.json"
11 },
12 "main": "./dist/index.js",
13 "types": "./dist/index.d.ts",
14 "files": [
15 "dist"
16 ],
17 "scripts": {
18 "build": "siroc build",
19 "dev": "nuxt example",
20 "docs": "nuxt docs",
21 "lint": "eslint --ext .js,.ts,.vue",
22 "test": "yarn lint && jest",
23 "release:alpha": "yarn test && standard-version -r major -p && git push --follow-tags && npm publish --tag alpha",
24 "release": "yarn test && standard-version && git push --follow-tags && npm publish"
25 },
26 "dependencies": {
27 "@nuxt/postcss8": "^1.1.3",
28 "@tailwindcss/jit": "^0.1.1",
29 "autoprefixer": "^10.2.5",
30 "chalk": "^4.1.0",
31 "clear-module": "^4.1.1",
32 "consola": "^2.15.3",
33 "defu": "^3.2.2",
34 "postcss": "^8.2.8",
35 "postcss-custom-properties": "^11.0.0",
36 "postcss-nested": "^5.0.5",
37 "tailwind-config-viewer": "^1.5.0",
38 "tailwindcss": "^2.0.3",
39 "ufo": "^0.6.10"
40 },
41 "devDependencies": {
42 "@nuxt/test-utils": "^0.2.0",
43 "@nuxtjs/eslint-config-typescript": "^6.0.0",
44 "@types/jest": "^26.0.20",
45 "codecov": "^3.8.1",
46 "eslint": "^7.22.0",
47 "jest": "^26.6.3",
48 "nuxt": "^2.15.3",
49 "siroc": "^0.8.0",
50 "standard-version": "^9.1.1"
51 }
52}