-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.01 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@MichailShcherbakov/google-books-app",
"private": true,
"version": "1.0.0",
"license": "MIT",
"author": "MichailShcherbakov <50011226+MichailShcherbakov@users.noreply.github.com>",
"bugs": {
"url": "https://github.com/MichailShcherbakov/google-books-app/issues"
},
"homepage": "https://github.com/MichailShcherbakov/google-books-app#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/MichailShcherbakov/google-books-app.git"
},
"scripts": {
"ci": "yarn install --production --frozen-lockfile --ignore-scripts --prefer-offline",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fmt": "prettier \"src/**/*.ts\" \"src/**/*.tsx\" --write",
"fmt:check": "prettier \"src/**/*.ts\" \"src/**/*.tsx\" --check"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.124",
"@mui/material": "^5.11.15",
"@reduxjs/toolkit": "^1.9.3",
"abort-controller": "^3.0.0",
"cross-fetch": "^3.1.5",
"html-to-react": "^1.5.0",
"next": "13.2.4",
"next-redux-wrapper": "^9.0.0-rc.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"redux-saga": "^1.2.3",
"sharp": "^0.32.0"
},
"devDependencies": {
"@svgr/webpack": "^7.0.0",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.7",
"sass": "^1.60.0",
"typescript": "5.0.2"
}
}