-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
50 lines (50 loc) · 1.05 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
50
{
"name": "@nativescript/tailwind",
"version": "4.0.3",
"description": "TailwindCSS for NativeScript",
"main": "src/index.js",
"files": [
"src",
"nativescript.webpack.js"
],
"repository": "https://github.com/NativeScript/tailwind",
"keywords": [
"nativescript",
"nativescript-vue",
"nativescript-theme",
"theme",
"tailwind",
"tailwindcss",
"styling",
"css"
],
"author": "Igor Randjelovic",
"nativescript": {
"platforms": {
"android": "*",
"ios": "*"
},
"plugin": {
"nan": "true",
"pan": "true",
"core3": "true",
"vue": "true",
"category": "Developer"
}
},
"license": "MIT",
"devDependencies": {
"@nativescript/webpack": "^5.0.8",
"postcss": "^8.4.16",
"tailwindcss": "^4.0.0"
},
"dependencies": {
"@hookun/parse-animation-shorthand": "^0.1.4",
"@csstools/postcss-is-pseudo-class": "~5.0.1",
"@tailwindcss/postcss": "^4.0.0",
"postcss-preset-env": "^10.1.3"
},
"peerDependencies": {
"postcss": "^8.0.0"
}
}