-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.85 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
54
55
56
57
58
59
60
{
"name": "wureset.com",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"i18n": "astro-i18next generate",
"build": "npm run i18n && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint --ext \"src/**/*.{astro,ts,tsx}\" --fix",
"prepare": "husky install"
},
"dependencies": {
"@astrojs/prefetch": "^0.2.1",
"@astrojs/react": "^3.0.0",
"@astrojs/sitemap": "^1.2.1",
"@astrojs/tailwind": "^5.0.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.13",
"@mui/styled-engine-sc": "^5.11.11",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"astro-i18next": "^1.0.0-beta.21",
"astro-robots-txt": "^0.4.0",
"i18next": "^22.4.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
"styled-components": "^5.3.9",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"astro": "^3.0.6",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-astro": "^0.26.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.10.1",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"postcss": "^8.4.21",
"typescript": "^5.2.2"
}
}