-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.71 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.71 KB
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
{
"name": "stackblitz-nativescript-vue3",
"main": "app/app.ts",
"version": "1.0.0",
"private": true,
"dependencies": {
"@mdi/font": "^7.1.96",
"@nativescript-community/ui-material-activityindicator": "^7.0.34",
"@nativescript-community/ui-material-bottom-navigation": "^7.0.34",
"@nativescript-community/ui-material-bottomnavigationbar": "^7.0.34",
"@nativescript-community/ui-material-bottomsheet": "^7.0.34",
"@nativescript-community/ui-material-button": "^7.0.34",
"@nativescript-community/ui-material-cardview": "^7.0.34",
"@nativescript-community/ui-material-core": "^7.0.34",
"@nativescript-community/ui-material-dialogs": "^7.0.34",
"@nativescript-community/ui-material-floatingactionbutton": "^7.0.34",
"@nativescript-community/ui-material-progress": "^7.0.34",
"@nativescript-community/ui-material-ripple": "^7.0.34",
"@nativescript-community/ui-material-slider": "^7.0.34",
"@nativescript-community/ui-material-speeddial": "^7.0.34",
"@nativescript-community/ui-material-tabs": "^7.0.34",
"@nativescript-community/ui-material-textfield": "^7.0.34",
"@nativescript-community/ui-material-textview": "^7.0.34",
"@nativescript-community/ui-material-core-tabs": "7.0.33",
"@nativescript-community/ui-material-snackbar": "7.0.33",
"@nativescript/core": "~8.4.0",
"nativescript-vue": "3.0.0-beta.5"
},
"devDependencies": {
"@nativescript/preview-cli": "1.0.2",
"@nativescript/stackblitz": "0.0.5",
"@nativescript/tailwind": "^2.0.1",
"@nativescript/types-minimal": "~8.4.0",
"@nativescript/webpack": "~5.0.0",
"@types/node": "~17.0.21",
"tailwindcss": "^3.1.8",
"typescript": "~4.8.4",
"vue": "^3.2.45"
}
}