-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.83 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"nativescript": {
"id": "com.codeflayer.alttptracker",
"templateVersion": "v2",
"tns-android": {
"version": "6.5.3"
}
},
"scripts": {
"build-android": "tns build android",
"run-android": "tns run android",
"test-android": "tns test android"
},
"description": "ALTTP Randomizer Tracker for Mobile",
"license": "SEE LICENSE IN LICENSE",
"repository": "https://github.com/thecodeflayer/alttp-tracker",
"dependencies": {
"@nativescript/theme": "^2.2.1",
"@vue/devtools": "^5.3.3",
"nativescript-socketio": "^3.3.1",
"nativescript-toasty": "^3.0.0-alpha.2",
"nativescript-unit-test-runner": "^0.7.0",
"nativescript-vue": "^2.6.1",
"nativescript-vue-devtools": "^1.4.0",
"serialize-javascript": "3.1.0",
"tns-core-modules": "^6.5.15",
"vue-class-component": "~7.2.3",
"vue-property-decorator": "~9.0.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "~7.10.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.0.0",
"@types/node": "^13.11.1",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"babel-loader": "^8.1.0",
"eslint": "^7.4.0",
"eslint-plugin-jasmine": "~4.1.1",
"eslint-plugin-nativescript": "~0.0.0",
"eslint-plugin-vue": "^6.2.2",
"karma": "5.1.0",
"karma-jasmine": "3.3.1",
"karma-nativescript-launcher": "0.4.0",
"karma-webpack": "3.0.5",
"nativescript-dev-webpack": "^1.5.1",
"nativescript-vue-template-compiler": "^2.6.0",
"node-sass": "^4.13.1",
"tns-platform-declarations": "^6.5.1",
"typescript": "^3.8.3",
"vue": "^2.6.11",
"vue-loader": "^15.9.1"
},
"readme": "README.md"
}