-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 5.03 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 5.03 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "maps",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 3001",
"start": "vite --port 3001",
"build": "tsc && vite build && tsx scripts/post-build.ts",
"fetch:de:unit": "tsx scripts/heraldry/de/fetch-unit.ts",
"fetch:de:unit-map": "tsx scripts/heraldry/de/fetch-unit-map.ts",
"fetch:de:formerUnit": "tsx scripts/heraldry/de/fetch-formerUnit.ts",
"fetch:de:formerUnit-map": "tsx scripts/heraldry/de/fetch-formerUnit-map.ts",
"web:de": "tsx scripts/heraldry/de/web-images.ts",
"index:de": "tsx scripts/heraldry/de/get-details.ts",
"fetch:dk:unit": "tsx scripts/heraldry/dk/fetch-unit.ts",
"fetch:dk:unit-map": "tsx scripts/heraldry/dk/fetch-unit-map.ts",
"web:dk": "tsx scripts/heraldry/dk/web-images.ts",
"index:dk": "tsx scripts/heraldry/dk/get-details.ts",
"fetch:et:unit": "tsx scripts/heraldry/et/fetch-unit.ts",
"fetch:et:unit-map": "tsx scripts/heraldry/et/fetch-unit-map.ts",
"web:et": "tsx scripts/heraldry/et/web-images.ts",
"index:et": "tsx scripts/heraldry/et/get-details.ts",
"fetch:fi:kunta": "tsx scripts/heraldry/fi/fetch-kunta.ts",
"fetch:fi:kunta-map": "tsx scripts/heraldry/fi/fetch-kunta-map.ts",
"fetch:fi:maakunta": "tsx scripts/heraldry/fi/fetch-maakunta.ts",
"fetch:fi:maakunta-map": "tsx scripts/heraldry/fi/fetch-maakunta-map.ts",
"web:fi": "tsx scripts/heraldry/fi/web-images.ts",
"index:fi": "tsx scripts/heraldry/fi/get-details.ts",
"fetch:nl:gemeente": "tsx scripts/heraldry/nl/fetch-gemeente.ts",
"fetch:nl:gemeente-map": "tsx scripts/heraldry/nl/fetch-gemeente-map.ts",
"fetch:nl:province": "tsx scripts/heraldry/nl/fetch-province.ts",
"fetch:nl:province-map": "tsx scripts/heraldry/nl/fetch-province-map.ts",
"web:nl": "tsx scripts/heraldry/nl/web-images.ts",
"index:nl": "tsx scripts/heraldry/nl/get-details.ts",
"fetch:no:fylker": "tsx scripts/heraldry/no/fetch-fylker.ts",
"fetch:no:fylker-map": "tsx scripts/heraldry/no/fetch-fylker-map.ts",
"fetch:no:kommune": "tsx scripts/heraldry/no/fetch-kommune.ts",
"fetch:no:kommune-map": "tsx scripts/heraldry/no/fetch-kommune-map.ts",
"web:no": "tsx scripts/heraldry/no/web-images.ts",
"index:no": "tsx scripts/heraldry/no/get-details.ts",
"fetch:pl:gminy": "tsx scripts/heraldry/pl/fetch-gminy.ts",
"fetch:pl:gminy-map": "tsx scripts/heraldry/pl/fetch-gminy-map.ts",
"fetch:pl:miasta": "tsx scripts/heraldry/pl/fetch-miasta.ts",
"fetch:pl:miasta-map": "tsx scripts/heraldry/pl/fetch-miasta-map.ts",
"fetch:pl:powiaty": "tsx scripts/heraldry/pl/fetch-powiaty.ts",
"fetch:pl:powiaty-map": "tsx scripts/heraldry/pl/fetch-powiaty-map.ts",
"fetch:pl:wojewodztwa": "tsx scripts/heraldry/pl/fetch-wojewodztwa.ts",
"fetch:pl:wojewodztwa-map": "tsx scripts/heraldry/pl/fetch-wojewodztwa-map.ts",
"index:pl": "tsx scripts/heraldry/pl/get-details.ts",
"web:pl": "tsx scripts/heraldry/pl/web-images.ts",
"preview": "vite preview",
"i18n": "tsx scripts/i18n/app.ts",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"build-us": "tsx user-scripts/wikipedia-parser/build.ts",
"dev-us": "nodemon --watch user-scripts/wikipedia-parser --exec npm run build-us",
"dev-us-server": "tsx user-scripts/wikipedia-parser/dev-script.ts"
},
"dependencies": {
"@tanstack/react-query": "^5.52.1",
"i18next": "^23.12.2",
"i18next-intervalplural-postprocessor": "^3.0.0",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.1",
"react-use-draggable-scroll": "^0.4.7",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@types/express": "^5.0.0",
"@types/lodash": "^4.17.13",
"@types/nearest-color": "^0.4.1",
"@types/node": "^22.8.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"chalk": "^5.3.0",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.8.0",
"express": "^4.21.1",
"fs-extra": "^11.2.0",
"join-images": "^1.1.5",
"nearest-color": "^0.4.4",
"nodemon": "^3.1.4",
"p-limit": "^6.1.0",
"postcss": "^8.4.38",
"react-helmet": "^6.1.0",
"sass": "^1.77.8",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.3",
"tsx": "^4.10.0",
"typescript": "^5.6.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.3.4",
"wikipedia": "^2.1.2",
"wouter": "^3.3.1"
},
"resolve-path-alias": {
"alias": {
"@/*": "src/*"
}
}
}