-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.37 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.37 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
{
"name": "gw2auth.com-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"repository": "git@github.com:gw2auth/gw2auth.com-ui.git",
"homepage": "https://gw2auth.com",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ignore-path .gitignore"
},
"dependencies": {
"@cloudscape-design/code-view": "^3.0.96",
"@cloudscape-design/collection-hooks": "^1.0.80",
"@cloudscape-design/components": "^3.0.1180",
"@cloudscape-design/design-tokens": "^3.0.68",
"@cloudscape-design/global-styles": "^1.0.49",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.12.0"
},
"devDependencies": {
"@types/node": "^24.10.9",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript-base": "^6.0.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}