-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.65 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
{
"name": "onsenui-v2-angular2-tabbar",
"version": "5.1.3",
"description": "",
"dependencies": {
"@angular/animations": "^7.2.15",
"@angular/common": "^7.2.15",
"@angular/compiler": "^7.2.15",
"@angular/core": "^7.2.15",
"@angular/forms": "^7.2.15",
"@angular/http": "^7.2.15",
"@angular/platform-browser": "^7.2.15",
"@angular/platform-browser-dynamic": "^7.2.15",
"@angular/router": "^7.2.15",
"cordova-plugin-splashscreen": "6.0.0",
"core-js": "2.4.1",
"monaca-plugin-monaca-core": "3.3.1",
"ngx-onsenui": "^7.0.0",
"onsenui": "2.11.2",
"rxjs": "^6.5.2",
"zone.js": "0.8.26"
},
"scripts": {
"monaca:preview": "npm run dev & npm run watch",
"monaca:transpile": "npm run build",
"monaca:debug": "npm run watch",
"dev": "webpack serve --open",
"build": "webpack --mode production",
"watch": "webpack --watch --mode production"
},
"cordova": {
"plugins": {
"cordova-plugin-splashscreen": {},
"monaca-plugin-monaca-core": {}
}
},
"devDependencies": {
"cordova": "^11.0.0",
"css-loader": "^6.6.0",
"cssnano": "^5.1.0",
"file-loader": "^6.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^5.5.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.5.3",
"postcss": "^8.4.7",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.1",
"postcss-url": "^10.1.3",
"progress-bar-webpack-plugin": "^2.1.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.7",
"typescript": "^4.6.2",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"yargs": "^17.3.1"
}
}