forked from EddyVerbruggen/nativescript-plugin-firebase
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1008 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1008 Bytes
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
{
"dependencies": {
"firebase-functions": "^2.0.5",
"@nativescript/firebase": "file:../src",
"nativescript-theme-core": "^1.0.4",
"@nativescript/unit-test-runner": "~1.0.2",
"@nativescript/core": "7.0.0",
"@nativescript/webpack": "~3.0.0"
},
"devDependencies": {
"@nativescript/ios": "7.0.4",
"@nativescript/types": "~7.0.0",
"@types/jasmine": "~2.8.0",
"babel-traverse": "6.12.0",
"babel-types": "6.11.1",
"babylon": "6.8.4",
"filewalker": "0.1.2",
"jasmine-core": "~2.8.0",
"karma": "4.1.0",
"karma-jasmine": "2.0.1",
"karma-nativescript-launcher": "^0.4.0",
"karma-webpack": "3.0.5",
"lazy": "1.0.11",
"nativescript-css-loader": "~0.26.0",
"tslint": "~5.4.3",
"typescript": "~4.0.0"
},
"scripts": {
"build.plugin": "cd ../src && npm run build",
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**' --exclude '**/typings/**'"
},
"main": "app.js"
}