-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 865 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
{
"name": "catstagram",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "jest --watchAll"
},
"dependencies": {
"fp-ts": "^2.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-loop": "^6.2.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/redux-logger": "^3.0.9",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.0.1",
"fast-check": "^3.5.0",
"fp-ts-jest-matchers": "^1.0.1",
"jest": "^29.3.1",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4",
"vite": "^4.0.4"
}
}