-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
{
"name": "faik.in",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mapbox/togeojson": "^0.16.2",
"@material-ui/core": "^4.12.4",
"@reduxjs/toolkit": "^2.2.5",
"next": "12.2.5",
"pino": "^6.9.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-redux": "^9.1.2",
"react-sizeme": "^3.0.2",
"react-spring": "9.0.0-rc.3",
"reactjs-heap": "^1.0.3",
"redux": "^5.0.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.2.5",
"@types/gtag.js": "^0.0.4",
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"@types/react-redux": "^7.1.11",
"@types/redux": "^3.6.0",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.18.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "4.0.0",
"prettier": "^2.2.0",
"prettier-stylelint": "^0.4.2",
"stylelint": "^13.8.0",
"stylelint-config-sass-guidelines": "^7.1.0",
"typescript": "^4.8.2",
"yarn-audit-fix": "^10.0.1"
}
}