-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
72 lines (72 loc) · 1.9 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
{
"name": "stiletto-web",
"version": "4.7.2",
"license": "UNLICENSED",
"author": "Dm94Dani",
"description": "Web with different utilities for the game Last Oasis",
"private": true,
"bugs": {
"url": "https://github.com/dm94/stiletto-web/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/dm94/stiletto-web"
},
"dependencies": {
"@giscus/react": "^2.2.6",
"axios": ">=1.3.1",
"beautiful-skill-tree": "^1.7.1",
"bootstrap": "^4.5.3",
"i18next": "^22.4.9",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"jquery": "^3.6.3",
"leaflet": "^1.7.1",
"leaflet-rastercoords": "^1.0.5",
"query-string": "^8.1.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-i18next": "^12.1.4",
"react-leaflet": "^2.8.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-tiny-virtual-list": "^2.2.0",
"workbox": "0.0.0",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"cypress": "cypress open",
"cypress:test": "cypress run",
"format": "biome format --write",
"lint": "biome lint --write ./src"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@biomejs/biome": "1.9.3",
"cypress": "^12.5.1"
},
"engines": {
"node": "18.x"
},
"lint": "eslint --ext .js,.jsx ."
}