-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.05 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
{
"name": "@pseinfo/app",
"private": true,
"description": "Open source periodic table, adless and free forever",
"license": "MIT",
"version": "3.0.0",
"author": {
"name": "komed3 (Paul Köhler)",
"email": "webmaster@komed3.de",
"url": "https://komed3.de"
},
"type": "module",
"scripts": {
"clean": "shx rm -rf dist",
"dev": "cross-env NODE_ENV=dev astro dev",
"build": "astro build",
"build:clean": "npm run clean && num run build",
"preview": "astro preview"
},
"dependencies": {
"@pseinfo/i18n": "github:pseinfo/i18n",
"astro": "^6.4.8",
"i18next": "^26.4.2",
"lucide-react": "^1.44.0",
"react": "^19.2.6",
"react-i18next": "^17.0.13"
},
"devDependencies": {
"@astrojs/react": "^5.0.7",
"@astrojs/sitemap": "^3.7.3",
"@tailwindcss/postcss": "^4.3.3",
"@types/node": "^26.5.1",
"@types/react": "^19.2.15",
"autoprefixer": "^10.5.6",
"cross-env": "^10.1.0",
"postcss": "^8.5.28",
"shx": "^0.4.0",
"tailwindcss": "^4.3.0",
"typescript": "^7.0.2"
}
}