-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 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
{
"name": "prova",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@hookform/resolvers": "^2.6.1",
"@material-ui/core": "^4.12.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@types/mongodb": "^4.0.7",
"axios": "^0.21.1",
"babel-plugin-styled-components": "^1.13.2",
"mongodb": "^4.0.1",
"mongoose": "^5.13.4",
"next": "11.0.1",
"next-auth": "^3.27.3",
"next-redux-wrapper": "^7.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.12.1",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"styled-components": "^5.3.0",
"typesafe-actions": "^5.1.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/mongoose": "^5.11.97",
"@types/next-auth": "^3.15.0",
"@types/react": "17.0.15",
"@types/react-redux": "^7.1.18",
"@types/redux-thunk": "^2.1.0",
"@types/styled-components": "^5.1.11",
"@types/yup": "^0.29.13",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1",
"typescript": "4.3.5"
}
}