-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathionic.starter.json
More file actions
21 lines (21 loc) · 865 Bytes
/
ionic.starter.json
File metadata and controls
21 lines (21 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "Ionic Super Starter",
"baseref": "master",
"welcome": "Welcome to the \u001b[36m\u001b[1mIONIC SUPER STARTER\u001b[22m\u001b[39m!\n\nThe Super Starter comes packed with ready-to-use page designs for common mobile designs like master detail, login/signup, settings, tutorials, and more. Pick and choose which page types you want to use and remove the ones you don't!\n\nFor more details, please see the project README: \u001b[1mhttps://github.com/ionic-team/starters/blob/master/ionic-angular/official/super/README.md\u001b[22m",
"tarignore": [
".sourcemaps",
"node_modules",
"package-lock.json",
"www"
],
"scripts": {
"test": "npm run build"
},
"packageJson": {
"dependencies": {
"@ionic-native/camera": "4.3.3",
"@ngx-translate/core": "8.0.0",
"@ngx-translate/http-loader": "^2.0.0"
}
}
}