-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"test": "jest",
"lint": "next lint",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@reduxjs/toolkit": "^1.3.6",
"bootstrap": "^5.1.3",
"next": "latest",
"react": "latest",
"react-bootstrap": "^2.4.0",
"react-dom": "latest",
"react-is": "^17.0.2",
"react-redux": "^7.2.0",
"styled-components": "^5.2.3",
"styled-system": "^5.1.5",
"victory": "^36.4.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.0.0",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.1.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/react-redux": "^7.1.24",
"@types/styled-components": "^5.1.25",
"@types/styled-system": "^5.1.15",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"jest": "^27.2.0",
"prettier": "^2.6.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.3.4"
},
"version": "0.0.0"
}