-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "jmcdsn",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.1",
"@astrojs/sitemap": "^3.2.1",
"@swup/a11y-plugin": "^4.5.0",
"@swup/body-class-plugin": "^3.2.0",
"@swup/head-plugin": "^2.2.0",
"@swup/js-plugin": "^3.2.0",
"@swup/progress-plugin": "^3.2.0",
"@swup/scroll-plugin": "^3.3.2",
"astro": "^5.0.2",
"normalize.css": "^8.0.1",
"swup": "^4.7.0",
"typescript": "^5.5.4"
},
"devDependencies": {
"cssnano": "^6.0.3",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"postcss": "^8.4.40",
"postcss-cli": "^11.0.0",
"postcss-mixins": "^9.0.4",
"postcss-preset-env": "^9.6.0",
"stylelint": "^16.8.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4"
}
}