-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.47 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
{
"name": "leos-guitar-shop-ts",
"description": "Leo's Coolest Guitar Website",
"version": "0.2.0",
"private": true,
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@segment/analytics-consent-tools": "^2.0.1",
"@segment/analytics-next": "^1.76.0",
"@segment/in-eu": "^0.4.0",
"axios": "^1.7.7",
"bootstrap": "^5.2.1",
"bootstrap-icons": "^1.9.1",
"flag-icons": "^6.8.0",
"i18next": "^23.2.11",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.1",
"lodash": "^4.17.21",
"mobx": "^6.13.5",
"mobx-persist-store": "^1.1.5",
"mobx-react": "^9.1.1",
"next": "next-13",
"next-i18next": "^14.0.0",
"node-uuid": "^1.4.8",
"react": "^18.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.43.9",
"react-i18next": "^13.0.2",
"react-phone-number-input": "^3.2.19",
"swr": "^1.3.0"
},
"devDependencies": {
"@faker-js/faker": "^7.5.0",
"@types/axios": "^0.14.4",
"@types/lodash": "^4.1.7",
"@types/node": "18.7.18",
"@types/node-uuid": "^0.0.29",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/react-gtm-module": "^2.0.1",
"eslint": "8.23.1",
"eslint-config-next": "^13.1.6",
"typescript": "4.8.3"
}
}