-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.43 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
49
50
51
52
53
{
"name": "personal-website",
"author": "Xavier Saliniere",
"homepage": "https://nipsys.dev",
"type": "module",
"license": "GPL-3.0-or-later",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@9.15.0",
"repository": {
"type": "git",
"url": "git+https://github.com/nipsysdev/personal-website.git"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build:web3": "astro build --mode web3",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.1.4",
"@astrojs/tailwind": "^5.1.4",
"@nanostores/react": "^0.8.4",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"astro": "^5.1.6",
"astro-font": "^0.1.81",
"astro-icon": "^1.1.4",
"astro-relative-links": "^0.4.2",
"dayjs": "^1.11.13",
"figlet": "^1.8.0",
"nanostores": "^0.11.3",
"react": "^19.0.0",
"react-compiler-runtime": "19.0.0-beta-b2e8e9c-20241220",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@iconify-json/mdi": "^1.2.1",
"@types/figlet": "^1.7.0",
"@typescript-eslint/parser": "^8.18.0",
"eslint": "^9.17.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.83.0",
"typescript-eslint": "^8.18.0"
}
}