-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 856 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 856 Bytes
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
{
"name": "cuddly-currency-converter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.3",
"@mui/material": "^5.0.2",
"effector": "^22.1.1",
"effector-react": "^22.0.4",
"i18next": "^21.2.4",
"ioredis": "^4.27.9",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.12.0",
"react-number-format": "^4.7.3",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@types/ioredis": "^4.27.5",
"@types/react": "17.0.26",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"prettier": "^2.4.1",
"typescript": "4.4.3"
}
}