forked from sitecorelabs/xmcloud-foundation-head-staging
-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy pathpackage.json
128 lines (128 loc) · 4.84 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "angular-starter",
"version": "22.4.1",
"description": "Application utilizing Sitecore JavaScript Services and Angular (angular-cli).",
"config": {
"appName": "angular-starter",
"buildArtifactsPath": "./dist",
"graphQLEndpointPath": "/sitecore/api/graph/edge",
"language": "en",
"rootPlaceholders": [
"jss-main"
],
"sitecoreConfigPath": "/App_Config/Include/zzz",
"sitecoreDistPath": "/dist",
"templates": [
"angular",
"angular-xmcloud",
"node-xmcloud-proxy"
]
},
"scripts": {
"bootstrap": "ts-node --project src/tsconfig.webpack-server.json scripts/bootstrap.ts",
"build": "npm-run-all --serial bootstrap build:client build:server",
"build:client": "cross-env-shell ng build --configuration=production --base-href $npm_package_config_sitecoreDistPath/browser/ --output-path=$npm_package_config_buildArtifactsPath/browser/",
"build:server": "cross-env-shell ng run angular-starter:server:production --output-path=$npm_package_config_buildArtifactsPath",
"e2e": "ng e2e",
"graphql:update": "ts-node --project src/tsconfig.webpack-server.json ./scripts/update-graphql-fragment-data.ts",
"install-pre-push-hook": "ts-node --project src/tsconfig.webpack-server.json ./scripts/install-pre-push-hook.ts",
"jss": "jss",
"lint": "ng lint angular-starter --fix",
"ng": "ng",
"postbuild:server": "npm-run-all --serial prepare:build prepare:proxy-build",
"prepare:build": "move-cli ./dist/main.js ./dist/server.bundle.js",
"prepare:proxy-build": "ts-node --project src/tsconfig.webpack-server.json ./scripts/proxy-build.ts",
"scaffold": "ng generate @sitecore-jss/sitecore-jss-angular-schematics:jss-component --no-manifest",
"start:angular": "ng serve -o",
"start:connected": "npm-run-all --serial bootstrap start:angular start:watch-components",
"start:watch-components": "ts-node --project src/tsconfig.webpack-server.json scripts/generate-component-factory/index.ts --watch"
},
"private": true,
"author": {
"name": "Sitecore Corporation",
"url": "https://jss.sitecore.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sitecore/jss.git"
},
"bugs": {
"url": "https://github.com/sitecore/jss/issues"
},
"homepage": "https://jss.sitecore.com",
"license": "Apache-2.0",
"dependencies": {
"@angular/animations": "~17.3.11",
"@angular/common": "~17.3.11",
"@angular/compiler": "~17.3.11",
"@angular/core": "~17.3.11",
"@angular/forms": "~17.3.11",
"@angular/platform-browser": "~17.3.11",
"@angular/platform-browser-dynamic": "~17.3.11",
"@angular/platform-server": "~17.3.11",
"@angular/router": "~17.3.11",
"@apollo/client": "^3.3.12",
"@ngx-translate/core": "~15.0.0",
"@ngx-translate/http-loader": "~8.0.0",
"@sitecore-cloudsdk/core": "^0.4.2",
"@sitecore-cloudsdk/events": "^0.4.2",
"@sitecore-jss/sitecore-jss-angular": "~22.4.1",
"apollo-angular": "~6.0.0",
"bootstrap": "^5.3.3",
"core-js": "~3.37.1",
"font-awesome": "^4.7.0",
"graphql": "15.5.0",
"graphql-tag": "~2.11.0",
"reflect-metadata": "^0.2.2",
"rxjs": "~7.8.1",
"sass": "^1.52.3",
"sass-alias": "^1.0.5",
"tslib": "^2.6.3",
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^17.0.2",
"@angular-devkit/build-angular": "^17.3.8",
"@angular-eslint/builder": "^17.5.2",
"@angular-eslint/eslint-plugin": "^17.5.2",
"@angular-eslint/eslint-plugin-template": "^17.5.2",
"@angular-eslint/schematics": "^17.5.2",
"@angular-eslint/template-parser": "^17.5.2",
"@angular/cli": "~17.3.8",
"@angular/compiler-cli": "~17.3.11",
"@angular/language-service": "~17.3.11",
"@sitecore-jss/sitecore-jss-angular-schematics": "~22.4.1",
"@sitecore-jss/sitecore-jss-cli": "~22.4.1",
"@sitecore-jss/sitecore-jss-dev-tools": "~22.4.1",
"@types/jasmine": "~3.6.7",
"@types/jasminewd2": "~2.0.8",
"@types/node": "~22.9.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"chalk": "~4.1.0",
"chokidar": "^3.5.2",
"codelyzer": "~6.0.1",
"constant-case": "^3.0.4",
"cross-env": "~7.0.3",
"del-cli": "^5.0.0",
"dotenv": "^16.0.0",
"dotenv-webpack": "^7.1.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.7.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~6.0.0",
"karma": "^6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "~1.5.4",
"move-cli": "^2.0.0",
"npm-run-all2": "^7.0.1",
"protractor": "^7.0.0",
"ts-node": "~10.9.2",
"typescript": "~5.4.0"
}
}