-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.59 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.59 KB
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
{
"name": "digital-waves-nl",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && next dev",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && next build",
"start": "export NODE_OPTIONS=--openssl-legacy-provider && next start",
"dev:set": "set export NODE_OPTIONS=--openssl-legacy-provider && next dev",
"build:set": "set export NODE_OPTIONS=--openssl-legacy-provider && next build",
"start:set": "set export NODE_OPTIONS=--openssl-legacy-provider && next start",
"lint": "next lint"
},
"dependencies": {
"@date-io/date-fns": "^2.11.0",
"@date-io/moment": "1.x",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/pickers": "^3.3.10",
"@tanstack/react-query": "^4.22.0",
"@types/color": "^3.0.2",
"@types/react-helmet": "^6.1.2",
"classnames": "^2.3.1",
"color": "^4.0.0",
"emailjs-com": "^3.2.0",
"fetch-jsonp": "^1.2.1",
"md5": "^2.3.0",
"moment": "^2.29.1",
"next": "11.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.14.0",
"react-scrollmagic": "^2.3.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@playwright/test": "^1.36.1",
"@types/md5": "^2.3.2",
"@types/react": "^17.0.15",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "^7.32.0",
"eslint-config-next": "11.0.1",
"eslint-plugin-react": "^7.33.1",
"typescript": "4.3.5"
}
}