-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.26 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.26 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
{
"name": "pixel-perfection",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.2.2",
"@astrojs/solid-js": "^5.1.0",
"@codemirror/lang-css": "^6.2.0",
"@codemirror/lang-html": "^6.4.5",
"@codemirror/state": "^6.2.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@solid-primitives/scheduled": "^1.4.0",
"astro": "^5.8.1",
"astro-compress": "^2.3.8",
"astro-icon": "^1.1.5",
"astro-purgecss": "^5.2.2",
"cm6-theme-solarized-light": "^0.2.0",
"codemirror": "^6.0.1",
"html-to-image": "^1.11.11",
"purgecss": "^7.0.2",
"sass": "^1.89.0",
"solid-js": "^1.9.7"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.45",
"@iconify-json/simple-icons": "^1.2.36",
"@types/eslint-plugin-jsx-a11y": "^6",
"@typescript-eslint/parser": "^8.33.0",
"eslint": "^9.28.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-solid": "^0.14.5",
"prettier-plugin-astro": "^0.11.0",
"typescript": "^5.8.3",
"vite-plugin-eslint": "^1.8.1"
},
"packageManager": "yarn@4.9.1"
}