-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1002 Bytes
/
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
{
"name": "frontend-assignment-filter",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.25.0",
"classnames": "^2.3.1",
"cors": "^2.8.5",
"memory-cache": "^0.2.0",
"next": "^12.0.8",
"prop-types": "^15.8.1",
"qs": "^6.10.3",
"rc-slider": "^9.7.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-paginate": "^8.1.0",
"react-use": "^17.3.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.0.8",
"autoprefixer": "^10.4.2",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^0.2.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.15"
}
}