-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.89 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "boilerplate-react",
"author": "@anderson.lima.dev",
"keywords": [
"andersonlimahw",
"anderson.lima.dev",
"lemon.dev",
"react",
"typescript",
"boilerplates",
"zustand",
"chat",
"vite",
"vitest"
],
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"test:coverage": "vitest run --coverage --update"
},
"dependencies": {
"@phosphor-icons/react": "^2.0.9",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"clsx": "^1.2.1",
"openai": "^4.20.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.12.0",
"react-toastify": "^9.1.3",
"zustand": "^4.3.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "latest",
"@vitest/browser": "latest",
"@vitest/coverage-istanbul": "latest",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "latest",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"fs": "^0.0.1-security",
"jsdom": "latest",
"miragejs": "^0.1.48",
"postcss": "^8.4.23",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "latest",
"vite-plugin-pwa": "latest",
"vitest": "latest",
"webdriverio": "^8.24.1"
}
}