-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "complaza-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.19.3",
"autoprefixer": "^10.4.4",
"aws-amplify": "^4.3.19",
"axios": "^0.26.1",
"chart.js": "^3.7.1",
"next": "12.1.2",
"postcss": "^8.4.12",
"qs": "^6.10.3",
"react": "17.0.2",
"react-chartjs-2": "^4.1.0",
"react-dom": "17.0.2",
"react-speech-recognition": "^3.9.0",
"styled-components": "^5.3.5",
"tailwindcss": "^3.0.23",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-react": "^7.16.7",
"eslint": "8.12.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.1.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"prettier": "^2.6.2"
}
}