-
Notifications
You must be signed in to change notification settings - Fork 283
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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": "zellwk-astro",
"type": "module",
"version": "0.0.1",
"prettier": "@splendid-ui/prettier-config",
"scripts": {
"start": "node pm2.js",
"dev": "gulp dev & astro dev",
"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": "^1.1.3",
"@astrojs/node": "^6.0.3",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/svelte": "^4.0.3",
"@zellwk/javascript": "^4.0.1",
"astro": "^3.4.3",
"camelcase-keys": "^9.1.2",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"gsap": "^3.12.2",
"node-html-parser": "^6.1.11",
"omit-empty": "^1.0.0",
"pm2": "^5.3.0",
"postmark": "^3.1.2",
"remark-gfm": "^4.0.0",
"remark-plain-text": "^0.2.0",
"sanitize-html": "^2.10.0",
"splendid-ui": "^0.8.0",
"svelte": "^4.2.2",
"svelte-markdown": "^0.4.0",
"vite-plugin-dynamic-import": "^1.5.0",
"zl-fetch": "^6.0.1"
},
"devDependencies": {
"@splendid-ui/eslint-config": "^1.0.7",
"@splendid-ui/prettier-config": "^1.0.2",
"@splendid-ui/stylelint-config": "^1.0.3",
"@zellwk/devops": "^1.0.0",
"archiver": "^6.0.1",
"fs-extra": "^11.1.1",
"glob-promise": "^6.0.2",
"gulp": "^4.0.2",
"gulp-imagemin": "^9.0.0",
"gulp-newer": "^1.4.0",
"mappy-breakpoints": "^0.2.4",
"modularscale-sass": "^2.1.1",
"normalize.css": "^8.0.1",
"sass": "^1.69.5",
"typi": "^3.2.0"
}
}