-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "bestinvest-fe-poc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/styles": "^4.11.4",
"@storybook/react": "^6.3.2",
"html-to-react": "^1.4.5",
"next": "11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.4",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@react-spring/web": "^9.2.3",
"@types/react": "17.0.13",
"@types/styled-components": "^5.1.11",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"next-fonts": "^1.5.1",
"react-disable": "^0.1.0",
"react-error-boundary": "^3.1.3",
"typescript": "4.3.5"
}
}