-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"name": "human-talktalk",
"version": "2.0.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext ts,tsx"
},
"dependencies": {
"@babel/core": "^7.9.6",
"axios": "^0.19.2",
"clsx": "^1.1.0",
"moment": "^2.25.3",
"nanoid": "^3.1.5",
"next": "^10.0.3",
"next-images": "^1.4.0",
"postcss": "^8.2.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-query": "^1.3.0",
"sweetalert2": "^9.10.12",
"sweetalert2-react-content": "^3.0.1",
"webpack": "^4.43.0"
},
"devDependencies": {
"@types/node": "^13.9.5",
"@types/react": "^16.13.1",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"autoprefixer": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.2",
"tailwindcss": "^2.0.1",
"typescript": "^3.8.3"
}
}