forked from beyondcode/tailwindcss-jit-cdn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.15 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
46
47
48
49
{
"name": "@live-codes/tailwindcss-browser-plugin",
"version": "0.3.2",
"scripts": {
"build": "vue-cli-service build --target lib --name tailwindcss src/index.js",
"lint": "vue-cli-service lint"
},
"main": "dist/tailwindcss.umd.min.js",
"dependencies": {
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/forms": "0.4.0",
"@tailwindcss/line-clamp": "0.3.1",
"@tailwindcss/typography": "0.5.1",
"core-js": "3.19.1",
"modern-normalize": "1.1.0",
"nanoid": "3.1.30",
"normalize.css": "8.0.1",
"postcss": "8.4.6",
"tailwindcss": "3.0.20"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.4.0",
"@vue/cli-plugin-eslint": "4.4.0",
"@vue/cli-service": "4.4.0",
"babel-eslint": "10.1.0",
"eslint": "6.7.2",
"eslint-plugin-vue": "6.2.2",
"simple-functional-loader": "1.2.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}