This repository has been archived by the owner on Nov 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
77 lines (77 loc) · 2.36 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "nitibo",
"version": "1.0.0",
"description": "A Nativescript-Vue Class Component Starter Template Using Module-Oriented Structure.",
"author": "Karl Anthony B. Baluyot <[email protected]>",
"license": "MIT",
"nativescript": {
"id": "com.xtalintegrated.karl",
"tns-ios": {
"version": "6.5.0"
},
"tns-android": {
"version": "6.5.0"
}
},
"scripts": {
"android": "npm run lint-and-fix && tns run android",
"ios": "npm run lint-and-fix && tns run ios",
"lint": "npx eslint --ext .ts,.vue,.js app/",
"lint:fix": "npx eslint --ext .ts,.vue,.js --fix app/"
},
"dependencies": {
"@babel/core": "^7.9.6",
"@nativescript/theme": "^2.2.1",
"@types/qs": "^6.9.1",
"@vue/devtools": "^5.3.3",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"file-system": "^2.2.2",
"lodash": "^4.17.19",
"nativescript-socketio": "^3.3.1",
"nativescript-toasty": "^3.0.0-alpha.2",
"nativescript-vue": "^2.6.1",
"nativescript-vue-devtools": "^1.2.0",
"nativescript-vue-navigator": "^1.2.0",
"net": "^1.0.2",
"prettier": "^2.0.4",
"terser-webpack-plugin": "^3.0.1",
"tns-core-modules": "~6.5.1",
"tslib": "^1.11.0",
"vue-property-decorator": "^8.4.2",
"vuex": "^3.1.2",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@types/node": "^13.13.5",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.27.0",
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"eslint": "^7.0.0",
"eslint-plugin-vue": "^7.0.0-alpha.0",
"lazy": "1.0.11",
"mini-css-extract-plugin": "^0.9.0",
"nativescript-dev-webpack": "~1.5.0",
"nativescript-vue-template-compiler": "^2.6.1",
"nativescript-worker-loader": "^0.11.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"ts-loader": "^7.0.3",
"typescript": "^3.8.2",
"uglifyjs-webpack-plugin": "~2.2.0",
"vue": "^2.6.11",
"vue-loader": "^15.9.0",
"webpack": "^4.41.6",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.11"
}
}