mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Less than 30 erros left, let's hope it still works Added lib.*.d.ts from typescript, removed lib and dom stuff, added by hand XHR, alert etc. .d.ts-es for polyfills Roll back some changes involved in separating UIEvent for dom and ios Test combined dts-es will now use lib, while internally we will not to avoid UIEvent conflict with dom stuff
49 lines
2.0 KiB
JSON
49 lines
2.0 KiB
JSON
{
|
|
"name": "NativeScript",
|
|
"description": "Telerik NativeScript Core Modules",
|
|
"homepage": "https://www.nativescript.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NativeScript/NativeScript"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"chai": "3.2.0",
|
|
"concurrently": "^2.1.0",
|
|
"grunt": "0.4.5",
|
|
"grunt-contrib-clean": "0.6.0",
|
|
"grunt-contrib-copy": "git+https://github.com/ErjanGavalji/grunt-contrib-copy.git#1c976a133210be4ce8c96313f5daf14833f7f8f9",
|
|
"grunt-env": "0.4.4",
|
|
"grunt-exec": "0.4.6",
|
|
"grunt-mkdir": "0.1.2",
|
|
"grunt-multi-dest": "1.0.0",
|
|
"grunt-shell": "1.1.2",
|
|
"grunt-simple-mocha": "0.4.0",
|
|
"grunt-ts": "5.3.2",
|
|
"grunt-tslint": "3.0.3",
|
|
"grunt-typedoc": "0.2.4",
|
|
"grunt-untar": "0.0.1",
|
|
"markdown-snippet-injector": "0.1.1",
|
|
"mocha": "2.2.5",
|
|
"nativescript-typedoc-theme": "0.0.7",
|
|
"shelljs": "^0.7.0",
|
|
"time-grunt": "1.3.0",
|
|
"tslint": "3.4.0",
|
|
"typescript": "1.8.2"
|
|
},
|
|
"scripts": {
|
|
"tsc-tiw": "node build/tsc-dev.js tiw",
|
|
"tsc-ti": "node build/tsc-dev.js ti",
|
|
"tsc": "tsc",
|
|
"link-tests": "cd tns-core-modules && npm link && cd ../tests && npm link tns-core-modules",
|
|
"dev-tests-android": "npm run tsc-ti && tns livesync android --path tests",
|
|
"dev-tests-ios": "npm run tsc-ti && tns livesync ios --path tests",
|
|
"test-watch-android": "npm run pretest && concurrently --kill-others \"npm run tsc-tiw\" \"tns livesync android --path tests --watch\"",
|
|
"test-watch-ios": "npm run pretest && concurrently --kill-others \"npm run tsc-tiw\" \"tns livesync ios --path tests --watch\"",
|
|
"pretest": "npm run link-tests && npm run tsc",
|
|
"test-android": "tns run android --path tests --justlaunch",
|
|
"test-ios": "tns run ios --path tests --justlaunch",
|
|
"test": "npm run test-android && npm run test-ios",
|
|
"dts-ios": "npm run link-tests && rm -rf tns-core-modules/ios/objc* && TNS_TYPESCRIPT_DECLARATIONS_PATH=$PWD/tns-core-modules/ios/objc tns build ios --path tests"
|
|
}
|
|
} |