-
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
{
"name": "wastenot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.7.0",
"@tomtom-international/web-sdk-maps": "^6.18.0",
"@tomtom-international/web-sdk-plugin-zoomcontrols": "^2.1.6",
"@tomtom-international/web-sdk-services": "^6.18.0",
"bootstrap": "^5.1.3",
"dotenv": "^16.0.0",
"next": "12.1.0",
"next-auth": "^4.2.1",
"next-transpile-modules": "^9.0.0",
"next-videos": "^1.4.0",
"react": "^17.0.2",
"react-bootstrap": "^2.1.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-minimal-pie-chart": "^8.2.0",
"react-player": "^2.9.0",
"react-search-box": "^2.2.1",
"react-swipeable-list": "^1.5.1",
"reactjs-videobg": "^1.3.0",
"redux": "^4.1.2",
"use-subscription": "^1.5.1",
"video-react": "^0.15.0",
"webpack": "^5.69.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"css-loader": "^6.6.0",
"cypress": "^9.5.1",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"jest": "^27.5.1",
"ts-loader": "^9.2.6"
}
}