Skip to content

Commit 8c806af

Browse files
committed
chore: updates 2 demo
1 parent 07e9ba0 commit 8c806af

File tree

10 files changed

+474
-414
lines changed

10 files changed

+474
-414
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "migration",
3+
"paths": [
4+
"webpack.config.js",
5+
"package.json",
6+
"tsconfig.tns.json",
7+
"karma.conf.js",
8+
"app/package.json",
9+
"webpack.config.js",
10+
"package.json",
11+
"karma.conf.js",
12+
"app/package.json"
13+
]
14+
}
File renamed without changes.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"description": "NativeScript Application",
3+
"license": "SEE LICENSE IN <your-license-filename>",
4+
"readme": "NativeScript Application",
5+
"repository": "<fill-your-repository-here>",
6+
"nativescript": {
7+
"id": "org.nativescript.demo",
8+
"tns-android": {
9+
"version": "6.3.1"
10+
},
11+
"tns-ios": {
12+
"version": "6.3.0"
13+
}
14+
},
15+
"dependencies": {
16+
"@nativescript-community/ui-lottie": "file:../plugin",
17+
"nativescript-theme-core": "~1.0.4",
18+
"nativescript-unit-test-runner": "0.7.0",
19+
"@nativescript/core": "^6.3.2"
20+
},
21+
"devDependencies": {
22+
"jasmine-core": "3.3.0",
23+
"karma": "4.1.0",
24+
"karma-jasmine": "2.0.1",
25+
"karma-nativescript-launcher": "0.4.0",
26+
"nativescript-dev-webpack": "1.4.1",
27+
"tns-platform-declarations": "^6.3.2",
28+
"tslint": "~5.20.1",
29+
"typescript": "3.7.4",
30+
"karma-webpack": "3.0.5"
31+
},
32+
"scripts": {
33+
"build.plugin": "cd ../src && npm run build",
34+
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**' --exclude '**/platforms/**'"
35+
}
36+
}
File renamed without changes.

0 commit comments

Comments
 (0)