-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
90 lines (90 loc) · 2.72 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
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
{
"name": "kartevonmorgenssr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.dev.js",
"build:production": "node server.build.production.js",
"build:dev": "node server.build.dev.js",
"build:dev:analyze": "ANALYZE=true node server.build.dev.js",
"start:production": "node server.start.production.js",
"start:dev": "node server.start.dev.js",
"test": "jest",
"lint": "next lint"
},
"devDependencies": {
"@ant-design/cssinjs": "^1.21.0",
"@next/bundle-analyzer": "^13.5.6",
"@next/font": "13.4.7",
"@types/highlight.js": "^10.1.0",
"@types/leaflet": "^1.9.12",
"@types/lodash": "^4.17.7",
"@types/node": "^18.19.44",
"@types/qs": "^6.9.15",
"@types/react": "^18.3.3",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"@types/valid-url": "^1.0.7",
"antd": "^5.20.1",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "13.4.7",
"next": "13.4.7",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.9",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "5.1.6"
},
"dependencies": {
"@ant-design/colors": "^7.1.0",
"@ant-design/compatible": "^5.1.3",
"@ant-design/icons": "^5.4.0",
"@ant-design/pro-layout": "7.19.11",
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@fragaria/address-formatter": "^5.3.0",
"@react-icons/all-files": "^4.1.0",
"@reduxjs/toolkit": "^1.9.7",
"ahooks": "^3.8.1",
"axios": "^1.7.3",
"color2k": "^2.0.3",
"csv-parse": "^5.5.6",
"dotenv": "^16.4.5",
"highlight.js": "^11.10.0",
"http-status-codes": "^2.3.0",
"immer": "^10.1.1",
"isemail": "^3.2.0",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"moment-locales-webpack-plugin": "^1.2.0",
"next-translate": "^2.6.2",
"next-translate-plugin": "^2.6.2",
"nominatim-browser": "^2.1.0",
"opening_hours": "^3.8.0",
"prop-types": "^15.8.1",
"qs": "^6.13.0",
"rc-drawer": "^6.5.2",
"rc-picker": "^4.6.12",
"react-copy-to-clipboard": "^5.1.0",
"react-icons": "^5.2.1",
"react-leaflet": "^4.2.1",
"react-lowlight": "^3.0.0",
"react-redux": "^8.1.3",
"react-use": "^17.5.1",
"redux-thunk": "^2.4.2",
"sqlite3": "^5.1.7",
"swr": "^2.2.5",
"title-case": "^3.0.3",
"valid-url": "^1.0.9",
"zod": "^3.23.8"
}
}