forked from VitaliKarpuk/Girenko_IP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.51 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"lint": "eslint \"./**/*.{ts,tsx}\"",
"lint:fix": "eslint \"./**/*.{ts,tsx}\" --fix",
"dev": "next -p 3001",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"codegen": "contentful-typescript-codegen --output @types/generated/contentful.d.ts"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@reduxjs/toolkit": "^1.5.1",
"apexcharts": "^3.26.1",
"classnames": "^2.3.1",
"contentful": "^8.2.1",
"contentful-management": "^7.13.1",
"contentful-typescript-codegen": "^3.2.2",
"dotenv": "^8.2.0",
"next": "latest",
"nextjs-progressbar": "0.0.9",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.3",
"redux": "^4.0.5"
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"typescript": "^4.0.7"
},
"license": "MIT"
}