-
Notifications
You must be signed in to change notification settings - Fork 278
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.63 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
{
"name": "zellwk.com",
"type": "module",
"version": "0.0.1",
"prettier": "@splendidlabz/prettier-config",
"scripts": {
"start": "node pm2.js",
"restart": "node pm2.js reload",
"stop": "node pm2.js stop",
"delete": "node pm2.js delete",
"dev": "gulp dev & astro dev --host",
"build": "gulp build && astro build",
"server": "nodemon start.js",
"deploy": "npm run build && npm run sync",
"sync": "node sync.js",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^5.0.2",
"@astrojs/node": "^10.0.2",
"@astrojs/rss": "^4.0.17",
"@astrojs/sitemap": "^3.7.1",
"@astrojs/svelte": "^8.0.2",
"@splendidlabz/astro": "^5.7.0",
"@splendidlabz/og": "^1.0.1",
"@splendidlabz/styles": "^4.6.8",
"@splendidlabz/svelte": "^4.8.5",
"@splendidlabz/third-party": "^1.3.16",
"@splendidlabz/tracking": "^0.2.22",
"@splendidlabz/utils": "^1.11.4",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.0.6",
"astro-expressive-code": "^0.41.7",
"date-fns": "^4.1.0",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"playwright-core": "^1.58.2",
"pm2": "^6.0.14",
"postmark": "^4.0.7",
"sharp": "^0.34.5",
"svelte": "^5.54.0",
"tailwindcss": "^4.2.2",
"twilight-cosmos-theme": "^1.0.6",
"typescript": "^5.9.3"
},
"devDependencies": {
"@shikijs/colorized-brackets": "^4.0.2",
"@splendidlabz/devops": "^1.1.1",
"@splendidlabz/eslint-config": "^2.1.3",
"@splendidlabz/prettier-config": "^1.2.0",
"@splendidlabz/stylelint-config": "^3.1.1",
"gulp": "^5.0.1",
"sass": "^1.98.0"
}
}