-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.43 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
{
"name": "star-wars-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "VITE_API_URL=https://swapi.dev/api vite",
"build": "tsc && VITE_API_URL=https://swapi.dev/api vite build",
"preview": "vite preview",
"test": "vite build && vitest",
"test:ui": "vite build && vitest --ui"
},
"dependencies": {
"@ant-design/icons": "5.0.1",
"@reduxjs/toolkit": "1.9.3",
"@types/react-redux": "7.1.25",
"antd": "5.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.5",
"wouter": "2.10.0"
},
"devDependencies": {
"@playwright/test": "1.32.3",
"@types/node": "18.15.11",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"@vitejs/plugin-react-swc": "3.0.0",
"@vitest/ui": "0.30.1",
"eslint": "8.38.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"happy-dom": "^9.8.4",
"playwright": "1.32.3",
"prettier": "2.8.7",
"typescript": "5.0.4",
"vite": "4.2.0",
"vitest": "^0.30.1"
}
}