-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 847 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
{
"name": "stackblitz-nativescript-vue",
"main": "app/app.ts",
"version": "1.0.0",
"private": true,
"dependencies": {
"@formily/core": "^2.2.8",
"@formily/vue": "^2.2.8",
"@nativescript/core": "~8.3.0",
"@vue/composition-api": "^1.0.0-rc.1",
"date-fns": "^2.29.3",
"nativescript-vue": "~2.9.0",
"vue-demi": "^0.13.11"
},
"devDependencies": {
"@nativescript/android": "8.3.1",
"@nativescript/preview-cli": "1.0.2",
"@nativescript/stackblitz": "0.0.5",
"@nativescript/tailwind": "^2.0.1",
"@nativescript/types-minimal": "~8.3.0",
"@nativescript/webpack": "~5.0.0",
"@types/node": "~17.0.21",
"nativescript-vue-template-compiler": "~2.9.0",
"tailwindcss": "^3.1.8",
"typescript": "~4.5.5",
"vue": "~2.6.12"
},
"resolutions": {
"vue-demi": "^0.13.11"
}
}