forked from ewilan-riviere/vue-tailwind-screens-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
43
44
45
{
"name": "lmuzquiz-vue-tailwind-screens-helper",
"version": "0.1.5",
"private": false,
"author": {
"name": "Luis Muzquiz",
"email": "[email protected]",
"url": "https://github.com/lmuzquiz/vue-tailwind-screens-helper"
},
"keywords": [
"vuejs",
"vue",
"nuxt",
"nuxtjs",
"tailwind",
"tailwindcss",
"breakpoint"
],
"scripts": {
"dev": "vue-cli-service serve example/main.js --port 3000",
"build": "vue-cli-service build",
"lint": "eslint --ext .js,.vue src"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.0.2",
"@tailwindcss/typography": "^0.3.1",
"@vue/eslint-config-prettier": "^6.0.0",
"autoprefixer": "9",
"babel-eslint": "^10.1.0",
"eslint": "^7.15.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-vue": "^7.3.0",
"postcss": "7",
"prettier": "^2.2.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"
},
"homepage": "https://github.com/lmuzquiz/vue-tailwind-screens-helper#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lmuzquiz/vue-tailwind-screens-helper"
}
}