-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.32 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
{
"name": "journal-app",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest --verbose=true --watchAll"
},
"dependencies": {
"@cloudinary/react": "^1.4.1",
"@cloudinary/url-gen": "^1.8.0",
"@lottiefiles/react-lottie-player": "^3.4.7",
"@reduxjs/toolkit": "^1.8.2",
"firebase": "^9.8.3",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.2",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@types/react-redux": "^7.1.24",
"@vitejs/plugin-react": "1.3.0",
"autoprefixer": "10.4.7",
"babel-jest": "^28.1.1",
"cloudinary": "^1.30.0",
"daisyui": "2.15.4",
"dotenv": "^16.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"postcss": "8.4.14",
"setimmediate": "^1.0.5",
"tailwindcss": "3.1.3",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"typescript": "4.6.3",
"vite": "2.9.9",
"whatwg-fetch": "^3.6.2"
}
}