-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 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
51
{
"name": "rpsolutions.fi",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build && next export",
"start": "next dev",
"lint": "eslint \"**/*.{ts,tsx}\" --ignore-pattern .gitignore --color --quiet"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.9",
"@types/cheerio": "^0.22.21",
"@types/lodash": "^4.14.158",
"@types/node": "^17.0.33",
"@types/react": "^16.9.11",
"@types/styled-jsx": "^2.2.8",
"@types/vivus": "^0.4.0",
"cheerio": "^1.0.0-rc.3",
"infinite-react-carousel": "^1.2.11",
"lodash": "^4.17.19",
"next": "^12.1.0",
"nextjs-sitemap-generator": "^0.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.1",
"react-hotjar": "^2.2.1",
"react-inlinesvg": "^1.2.0",
"tailwindcss": "^3.2.1",
"ts-node": "^8.5.4",
"typescript": "^4.6.2",
"vivus": "^0.4.5"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^3.9.2",
"@next/eslint-plugin-next": "^12.1.6",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.2.0",
"eslint-plugin-sonarjs": "^0.4.0",
"prettier": "^1.19.1"
}
}