-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.75 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
{
"name": "kickstart-angular",
"version": "0.1.3",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/contentstack/kickstart-angular"
},
"description": "Contentstack Kickstarts are the minimum amount of code needed to connect to Contentstack.",
"author": "Tim Benniks <tim.benniks@contentstack.com>",
"homepage": "https://contentstack.com/",
"license": "MIT",
"scripts": {
"ng": "ng",
"prestart": "node generate-env.js",
"start": "ng serve",
"prebuild": "node generate-env.js",
"build": "ng build"
},
"dependencies": {
"@angular/common": "21.2.19",
"@angular/compiler": "21.2.19",
"@angular/core": "21.2.19",
"@angular/platform-browser": "21.2.19",
"@angular/router": "21.2.19",
"@contentstack/delivery-sdk": "^5.5.2",
"@contentstack/live-preview-utils": "^4.4.5",
"@contentstack/utils": "^1.9.1",
"rxjs": "7.8.2",
"tailwindcss": "^4.3.3",
"tslib": "2.8.1",
"zone.js": "~0.16.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.20",
"@angular/cli": "21.2.20",
"@angular/compiler-cli": "21.2.19",
"@types/react": "^19.2.18",
"@tailwindcss/postcss": "^4.3.3",
"dotenv": "^17.4.2",
"postcss": "8.5.26",
"typescript": "5.9.3",
"vite": "^6.4.3"
},
"optionalDependencies": {
"lightningcss-linux-x64-gnu": "1.33.0",
"lightningcss-linux-x64-musl": "1.33.0",
"@rollup/rollup-linux-x64-gnu": "^4.62.4",
"@rollup/rollup-linux-x64-musl": "^4.62.4"
},
"overrides": {
"@babel/core": "7.29.6",
"@hono/node-server": "2.0.6",
"esbuild": "0.28.1",
"http-proxy-middleware": "3.0.7",
"piscina": "5.2.0",
"undici": "7.29.0",
"uuid": "14.0.1",
"webpack-dev-server": "5.2.6"
}
}