-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.4 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
{
"name": "demo-vue",
"main": "src/app.ts",
"version": "1.0.0",
"private": true,
"preview": "https://stackblitz.com/edit/nativescrip-use-vue?file=package.json",
"scripts": {
"android": "ns run android --env.watchNodeModules --no-hmr",
"ios": "ns run ios --env.watchNodeModules",
"android:debug": "ns debug android --env.watchNodeModules",
"ios:debug": "ns debug ios --env.watchNodeModules"
},
"dependencies": {
"@antfu/utils": "^0.7.7",
"@nativescript-use/nativescript-clipboard": "^0.0.3",
"@nativescript-use/nativescript-intersection-observer": "0.0.1",
"@nativescript-use/nativescript-keyboard": "^0.0.1",
"@nativescript-use/nativescript-media-query": "^0.0.4",
"@nativescript-use/nativescript-orientation": "^0.0.3",
"@nativescript-use/nativescript-task": "^0.0.11",
"@nativescript-use/vue": "^0.0.39",
"@nativescript/core": "^8.5.9",
"nativescript-vue": "3.0.0-beta.8"
},
"devDependencies": {
"@nativescript-dom/core-types": "^1.0.26",
"@nativescript-dom/vue-types": "^1.0.15",
"@nativescript/android": "8.5.0",
"@nativescript/ios": "8.5.2",
"@nativescript/preview-cli": "^1.0.5",
"@nativescript/stackblitz": "^0.0.8",
"@nativescript/tailwind": "^2.0.1",
"@nativescript/types": "~8.5.0",
"@nativescript/webpack": "~5.0.0",
"@types/node": "~17.0.21",
"tailwindcss": "^3.1.8",
"typescript": "~4.9.5"
}
}