-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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": "pregnancy-wheel-client",
"version": "0.0.1",
"description": "Pregnancy Wheel Client",
"main": "lib/index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "vite preview"
},
"repository": {
"type": "git",
"url": "git@gitlab_2:pregnancy-wheel/pregnancy-wheel-client.git"
},
"author": "Quentin Burg",
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@types/redux-logger": "^3.0.9",
"@types/styled-components": "^5.1.24",
"@vitejs/plugin-react": "^1.2.0",
"normalizr": "^3.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.2",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-loop": "^6.2.0",
"styled-components": "^5.3.3",
"typescript": "^4.6.2",
"vite": "^2.8.6"
},
"dependencies": {
"@lagunovsky/redux-react-router": "^2.2.0"
}
}