-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.59 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
51
52
53
54
55
56
57
58
{
"name": "pf-front",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"test-coverage": "jest --coverage",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.6",
"@chakra-ui/theme-tools": "^1.1.2",
"@emotion/react": "^11.1.5",
"@emotion/styled": "11.1.5",
"@fontsource/inter": "^4.5.4",
"@fontsource/montserrat-alternates": "^4.5.2",
"@redux-devtools/extension": "^3.2.2",
"@testing-library/user-event": "^13.5.0",
"framer-motion": "^4.1.17",
"gpxparser": "^3.0.8",
"jwt-decode": "^3.1.2",
"leaflet": "^1.7.1",
"leaflet-defaulticon-compatibility": "^0.1.1",
"msw": "^0.38.2",
"next": "12.2.0",
"next-redux-wrapper": "^7.0.5",
"nextjs-progressbar": "^0.0.14",
"prettier": "^2.5.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.28.0",
"react-icons": "^4.3.1",
"react-leaflet": "^3.2.5",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"timeago-react": "^3.0.4",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"@types/react-dom": "^17.0.13",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"husky": "^7.0.0",
"jest": "^27.5.1",
"react-test-renderer": "^17.0.2",
"typescript": "4.6.2"
}
}