-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "battlecard-front",
"version": "1.0.0",
"description": "",
"engines": {
"node": ">=16.13.1"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"e2e-tests": "npx playwright test"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5",
"zustand": "4.3.6"
},
"devDependencies": {
"@playwright/test": "1.31.2",
"@testing-library/react": "14.0.0",
"@types/jest": "29.4.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@vitejs/plugin-react-swc": "3.2.0",
"eslint": "8.35.0",
"eslint-config-standard-with-typescript": "34.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.6.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"jest-environment-jsdom": "29.5.0",
"ts-jest": "29.0.5",
"vite": "4.1.0"
}
}