This repository has been archived by the owner on May 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.44 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": "angular-hybrid-starter",
"version": "1.0.0",
"description": "angular-hybrid-starter",
"private": true,
"scripts": {
"build": "webpack --config ./config/webpack/webpack.development",
"build:production": "webpack --config ./config/webpack/webpack.production",
"start": "webpack-dev-server --config ./config/webpack/webpack.development",
"lint-scripts": "eslint -f stylish 'src/**/*.ts'",
"lint-views": "pug-lint src/app/**/*.pug",
"lint": "npm run lint-scripts && npm run lint-views"
},
"dependencies": {
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/upgrade": "^8.2.14",
"angular": "^1.7.9",
"angular-route": "^1.7.9",
"bootstrap": "^4.4.1",
"core-js": "^3.6.4",
"lodash": "^4.17.15",
"popper.js": "^1.16.1",
"rxjs": "^6.5.4",
"rxjs-compat": "^6.5.4",
"spinkit": "^1.2.5",
"toastr": "^2.1.4",
"zone.js": "^0.10.2"
},
"devDependencies": {
"@types/angular": "^1.6.57",
"@types/angular-route": "^1.7.0",
"@types/core-js": "^2.5.2",
"@types/lodash": "^4.14.149",
"@types/node": "^13.5.0",
"@types/toastr": "^2.1.37",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"progress-bar-webpack-plugin": "^2.1.0",
"pug": "^2.0.4",
"pug-html-loader": "^1.1.5",
"pug-lint": "^2.6.0",
"raw-loader": "^4.0.0",
"style-loader": "^1.1.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2",
"webpack-notifier": "^1.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/AlexanderMac/angular-hybrid-starter"
},
"author": "Alexander Mac",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlexanderMac/angular-hybrid-starter/issues"
},
"homepage": "https://github.com/AlexanderMac/angular-hybrid-starter"
}