-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.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
{
"name": "mrflashaccount-website",
"version": "1.0.0",
"private": true,
"description": "My website",
"author": "Sergey Garin",
"sideEffects": [
"*.css"
],
"scripts": {
"start": "npm run dev",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"spelling": "npx yaspeller en -e astro ./src/pages"
},
"engines": {
"node": "^20"
},
"dependencies": {
"clsx": "1.2.1"
},
"devDependencies": {
"@types/node": "20.11.7",
"astro": "4.2.6",
"fast-glob": "3.3.2",
"fontmin": "1.0.1",
"gulp-rename": "2.0.0",
"htmlnano": "2.1.0",
"lightningcss": "1.23.0",
"postcss": "8.4.33",
"postcss-variable-compress": "3.0.0",
"posthtml": "0.16.6",
"posthtml-minify-classnames": "0.4.0",
"posthtml-remove-tags": "0.1.0",
"prettier": "3.2.4",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"yaspeller": "10.0.1"
},
"browserslist": [
"last 2 chrome version",
"last 2 safari version",
"last 2 firefox version"
]
}