-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
48 lines (48 loc) · 997 Bytes
/
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
{
"name": "@nativescript/tailwind",
"version": "2.1.0",
"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": "^3.4.0"
},
"dependencies": {
"@hookun/parse-animation-shorthand": "^0.1.4",
"@csstools/postcss-is-pseudo-class": "4.0.4"
},
"peerDependencies": {
"postcss": "^8.0.0"
}
}