generated from itk-dev/itk-base-template-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.4 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.4 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
{
"name": "aapodwalk",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@vitejs/plugin-react": "^5.1.4",
"focus-trap-react": "^11.0.1",
"leaflet": "^1.9.4",
"ol": "^7.4.0",
"proj4": "^2.20.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-leaflet": "^5.0.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^5.3.4",
"vite": "^6.3.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview",
"lint:js": "eslint ./src",
"lint:js:fix": "eslint --fix ./src",
"check-coding-standards": "npm run lint:js",
"apply-coding-standards": "npm run lint:js:fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.39.3",
"@tailwindcss/vite": "^4.2.1",
"eslint": "^9.39.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.3.0",
"prettier": "^3.8.1"
}
}