-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.63 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
53
54
55
56
57
{
"name": "author",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tsc": "tsc"
},
"dependencies": {
"@tailwindcss/container-queries": "^0.1.0",
"autoprefixer": "^10.4.16",
"axios": "^1.2.1",
"clsx": "^1.2.1",
"graphql-request": "^5.2.0",
"lodash": "^4.17.21",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.42.1",
"react-icons": "^4.8.0",
"react-select": "^5.7.2",
"react-spinners": "^0.13.8",
"typescript": "^4.7.3"
},
"devDependencies": {
"@types/lodash": "^4.14.192",
"@types/node": "^17.0.39",
"@types/react": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-testing-library": "^5.0.3",
"postcss": "^8.4.32",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.4",
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.4.0",
"ts-jest": "^27.1.4",
"typescript": "4.5.2"
}
}