-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.48 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.48 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
{
"name": "olis.tech",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --port 3000",
"start": "astro dev --port 3000",
"check": "astro check --watch",
"build": "astro build",
"preview": "astro preview --port 3000",
"astro": "astro",
"lint": "rome check ./src & stylelint \"src/**/*.{astro,css,scss}\"",
"format": "rome format ./src --write & stylelint \"src/**/*.{astro,css,scss}\" --fix",
"test": "playwright test --ui"
},
"dependencies": {
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.3",
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@fontsource-variable/outfit": "^5.0.8",
"@fontsource-variable/space-grotesk": "^5.0.15",
"@fontsource/righteous": "^5.0.17",
"@swup/astro": "^1.3.3",
"astro-compress": "^2.2.5",
"astro": "3.6.4",
"astro-compressor": "^0.4.1",
"astro-critters": "^2.0.11",
"astro-rome": "^2.0.9",
"probe-image-size": "^7.2.3",
"sass": "^1.69.5",
"share-api-polyfill": "^1.1.1",
"sharp": "^0.33.0"
},
"devDependencies": {
"@namics/stylelint-bem": "^9.0.0",
"@playwright/test": "^1.40.1",
"@types/probe-image-size": "^7.2.4",
"postcss-html": "^1.5.0",
"rollup-plugin-visualizer": "^5.10.0",
"rome": "12.1.3",
"stylelint": "^15.11.0",
"stylelint-config-clean-order": "^5.2.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.1.0"
}
}