-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 loc) · 1.62 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
{
"name": "analog-demo",
"version": "0.0.0",
"private": true,
"engines": {
"node": "^16.14.0 || >=18.10.0"
},
"scripts": {
"dev": "ng serve",
"ng": "ng",
"start": "npm run dev",
"build": "ng build",
"watch": "ng build --watch",
"test": "ng test"
},
"dependencies": {
"@analogjs/content": "^0.2.0-rc.4",
"@analogjs/router": "^0.2.0-rc.4",
"@angular/animations": "^16.1.6",
"@angular/common": "^16.1.6",
"@angular/compiler": "^16.1.6",
"@angular/core": "^16.1.6",
"@angular/forms": "^16.1.6",
"@angular/platform-browser": "^16.1.6",
"@angular/platform-browser-dynamic": "^16.1.6",
"@angular/platform-server": "^16.1.6",
"@angular/router": "^16.1.6",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@ng-icons/core": "^25.1.0",
"@ng-icons/feather-icons": "^25.1.0",
"@ng-icons/heroicons": "^25.1.0",
"@nx/angular": "^16.0.0",
"contentful": "^10.3.6",
"front-matter": "^4.0.2",
"marked": "^5.0.2",
"prismjs": "^1.29.0",
"rxjs": "~7.5.6",
"swiper": "^8.4.7",
"tslib": "^2.4.0",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@analogjs/platform": "^0.2.0-rc.4",
"@angular-devkit/build-angular": "^16.1.5",
"@angular/cli": "^16.1.5",
"@angular/compiler-cli": "^16.1.6",
"@nx/vite": "^16.0.0",
"autoprefixer": "^10.4.14",
"jsdom": "^20.0.0",
"nx": "^16.0.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
"typescript": "~5.0.2",
"vite": "^4.0.3",
"vitest": "^0.31.0"
}
}