-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 947 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 947 Bytes
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
{
"name": "@nativescript/tailwind",
"version": "2.0.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.6",
"postcss": "8.4.8",
"tailwindcss": "^3.0.23"
},
"dependencies": {
"@hookun/parse-animation-shorthand": "^0.1.2"
},
"peerDependencies": {
"postcss": "^8.0.0"
}
}