-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 4.04 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "laravel-angular",
"description": "Laravel angular project",
"private": true,
"license": "Creative Commons Attribution NonCommercial NoDerivs (CC-NC-ND)",
"type": "module",
"scripts": {
"prod": "gulp --production",
"dev": "gulp watch",
"build": "cross-env NODE_ENV=production BUILD_SOURCE_MAPS=yes node_modules/.bin/webpack",
"start": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/.bin/webpack serve --progress --hot",
"test": "./node_modules/.bin/eslint ./resources/angular",
"test:fix": "./node_modules/.bin/eslint ./resources/angular --fix",
"install-circle": "NG_CLI_ANALYTICS=ci npm install"
},
"dependencies": {
"@angular/animations": "16.1.1",
"@angular/cdk": "16.1.1",
"@angular/common": "16.1.1",
"@angular/compiler": "16.1.1",
"@angular/core": "16.1.1",
"@angular/forms": "16.1.1",
"@angular/material": "16.1.1",
"@angular/material-moment-adapter": "16.1.1",
"@angular/platform-browser": "16.1.1",
"@angular/platform-browser-dynamic": "16.1.1",
"@angular/router": "16.1.1",
"@babel/runtime": "^7.22.3",
"@fortawesome/fontawesome-free": "^5.13.0",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@ngtools/webpack": "^16.1.0",
"axios": "^1.4.0",
"babel-loader": "^9.1.2",
"core-js": "^3.31.0",
"currency-formatter": "^1.5.5",
"daterangepicker": "3.0.5",
"hammerjs": "^2.0.8",
"install": "^0.8.8",
"jasmine": "^2.5.2",
"jquery": "^3.5.1",
"jquery-colorbox": "^1.6.4",
"laravel-echo": "^1.7.0",
"lodash": "^4.17.19",
"moment": "^2.22.2",
"moment-timezone": "^0.5.28",
"ngx-connection-service": "^7.0.3",
"ngx-toastr": "^14.0.0",
"npm": "^6.14.6",
"pickadate": "^3.5.6",
"pusher-js": "^4.1.0",
"qs": "^6.9.3",
"raven-js": "^3.27.0",
"reflect-metadata": "0.1.8",
"rxjs": "^7.8.1",
"smooth-scroll": "^12.1.5",
"systemjs": "0.21.6",
"uuid": "^3.4.0",
"web-animations-js": "^2.3.2",
"zone.js": "^0.13.0"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^16.0.3",
"@angular-eslint/eslint-plugin-template": "^16.0.3",
"@angular-eslint/template-parser": "^16.0.3",
"@angular/cli": "16.1.0",
"@angular/compiler-cli": "16.1.1",
"@angular/platform-server": "16.1.1",
"@sentry/webpack-plugin": "^1.15.1",
"@types/angular": "^1.8.1",
"@types/core-js": "^2.5.3",
"@types/hammerjs": "^2.0.39",
"@types/node": "^12.12.37",
"@types/rx": "^4.1.2",
"@types/socket.io-client": "^1.4.32",
"@types/webpack": "^5.28.0",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@webpack-cli/serve": "^2.0.4",
"angular2-template-loader": "^0.6.2",
"bootstrap-sass": "^3.0.0",
"cross-env": "^5.2.1",
"css-loader": "^5.2.4",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-webpack-plugin": "^2.5.4",
"file-loader": "^5.1.0",
"html-loader": "^0.5.5",
"mini-css-extract-plugin": "^1.6.0",
"node-sass": "^6.0.0",
"prettier": "1.19.1",
"raw-loader": "^4.0.2",
"sass-loader": "^11.1.1",
"style-loader": "^0.23.1",
"ts-loader": "^6.2.2",
"ts-node": "^8.9.1",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "5.0",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge-and-include-globally": "^2.3.4"
}
}