-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 3.03 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
{
"name": "natures-delight-analog-tailwindcss",
"version": "0.0.0",
"type": "module",
"homepage": "https://natures-delight-analog-tailwindcss.netlify.app",
"repository": {
"type": "git",
"url": "https://github.com/techakayy/natures-delight-analog-tailwindcss.git"
},
"private": "true",
"engines": {
"node": ">=18.19.1"
},
"scripts": {
"ng": "ng",
"dev": "ng serve",
"start": "npm run dev",
"now": "npm run build && npm run preview",
"lighthouse:dev": "npx unlighthouse --no-cache --site http://localhost:5173",
"lighthouse": "npx unlighthouse --no-cache --site https://natures-delight-analog-tailwindcss.netlify.app",
"build": "ng build",
"preview": "ng preview",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"analog-devtools": "analog-devtools",
"lint": "npm run lint:fix && npm run format",
"lint:fix": "eslint --fix --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts ./ --ignore-path .gitignore",
"format": "prettier --write \"**/*.{analog,js,jsx,cjs,mjs,ts,tsx,cts,mts,html,css,md,mdx,json}\" !public --ignore-path .gitignore"
},
"dependencies": {
"@analogjs/content": "^1.4.0",
"@analogjs/router": "^1.4.0",
"@angular/animations": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/platform-server": "^18.0.0",
"@angular/router": "^18.0.0",
"defu": "^6.1.4",
"front-matter": "^4.0.2",
"marked": "^5.0.2",
"marked-gfm-heading-id": "^3.1.0",
"marked-highlight": "^2.0.1",
"mermaid": "^10.2.4",
"prismjs": "^1.29.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"vue": "^3.4.27",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@analogjs/platform": "^1.4.0",
"@analogjs/vite-plugin-angular": "^1.4.0",
"@angular-devkit/build-angular": "^18.0.0",
"@angular/cli": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@iconify/json": "^2.2.64",
"@nuxt/eslint-config": "^0.1.1",
"@nx/angular": "^19.2.1",
"@nx/devkit": "^19.2.1",
"@nx/vite": "^19.2.1",
"@pinegrow/tailwindcss-plugin": "^3.0.20",
"@pinegrow/vite-plugin": "^3.0.56",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@tsconfig/node18": "^2.0.0",
"@types/node": "^20.5.0",
"@unocss/preset-icons": "^0.57.2",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.14",
"esbuild": "^0.21.4",
"eslint": "^8.39.0",
"jsdom": "^22.0.0",
"npm-run-all": "^4.1.5",
"nx": "^19.2.1",
"postcss": "^8.4.22",
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.4",
"typescript": "~5.4.2",
"unocss": "^0.57.2",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^1.3.1"
},
"web-types": "web-types.json"
}