-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.37 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
{
"name": "gw2auth.com-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"repository": "[email protected]: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/collection-hooks": "^1.0.55",
"@cloudscape-design/components": "^3.0.820",
"@cloudscape-design/code-view": "^3.0.31",
"@cloudscape-design/design-tokens": "^3.0.47",
"@cloudscape-design/global-styles": "^1.0.32",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0"
},
"devDependencies": {
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript-base": "^6.0.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"sass": "^1.80.6",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}