-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 962 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 962 Bytes
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
{
"name": "alg0.dev",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky",
"format": "prettier . --write",
"lint": "eslint . --fix"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
},
"dependencies": {
"@astrojs/react": "5.0.7",
"@astrojs/sitemap": "3.7.3",
"@monaco-editor/react": "4.7.0",
"@tailwindcss/vite": "4.3.1",
"astro": "6.4.8",
"geist": "1.7.2",
"react": "19.2.7",
"react-dom": "19.2.7",
"tailwindcss": "4.3.1"
},
"devDependencies": {
"@stylistic/eslint-plugin": "5.10.0",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"eslint": "10.5.0",
"eslint-plugin-n": "18.1.0",
"eslint-plugin-promise": "7.3.0",
"globals": "17.6.0",
"husky": "9.1.7",
"lint-staged": "17.0.5",
"prettier": "3.8.4"
}
}