generated from simerlec/vite-react-ts-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 993 Bytes
/
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
{
"name": "vite-react-ts-starter",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest"
},
"dependencies": {
"@fireproof/core": "^0.7.2",
"dotenv": "^16.0.3",
"langchain": "^0.0.56",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.8.1",
"react-router-dom": "^6.8.1",
"vite-plugin-top-level-await": "^1.3.0"
},
"devDependencies": {
"@gsimone/codesandbox-vite-plugin": "^0.0.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/testing-library__jest-dom": "^5.14.5",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"jsdom": "^20.0.3",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-plugin-wasm": "^3.2.2",
"vitest": "^0.26.2"
}
}