-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.95 KB
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
{
"name": "angular2-seed",
"version": "1.0.0",
"description": "Essential JS 2",
"author": "Syncfusion Inc.",
"license": "MIT",
"scripts": {
"build": "rimraf dist && webpack --mode=production --progress",
"watch": "npm run build -- --watch",
"server": "webpack serve --mode=development --progress --port 3005",
"start": "npm run server"
},
"contributors": [
"Rob Wormald <robwormald@gmail.com>",
"PatrickJS <github@gdi2290.com>"
],
"dependencies": {
"@angular/common": "^21.2.17",
"@angular/compiler": "^21.2.17",
"@angular/compiler-cli": "^21.2.17",
"@angular/core": "^21.2.17",
"@angular/forms": "^21.2.17",
"@angular/platform-browser": "^21.2.17",
"@angular/platform-browser-dynamic": "^21.2.17",
"@angular/platform-server": "^21.2.17",
"@angular/router": "^21.2.17",
"@syncfusion/ej2-angular-calendars": "^28.1.33",
"@syncfusion/ej2-angular-dropdowns": "^28.1.33",
"core-js": "^3.39.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@types/node": "^18.19.0",
"angular2-router-loader": "^0.3.4",
"angular2-template-loader": "^0.6.0",
"css-loader": "^6.11.0",
"html-webpack-plugin": "^5.6.0",
"raw-loader": "^4.0.2",
"rimraf": "^5.0.5",
"style-loader": "^4.0.0",
"to-string-loader": "^1.2.0",
"ts-loader": "^9.5.1",
"typescript": "~5.5.4",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^1.16.5",
"webpack-merge": "^6.0.1"
},
"keywords": [
"Angular2",
"angular2-seed",
"official angular 2 seed",
"official angular2 seed"
],
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular2-seed.git"
},
"bugs": {
"url": "https://github.com/angular/angular2-seed/issues"
},
"homepage": "https://github.com/angular/angular2-seed#readme"
}