generated from AlaaZorkane/next-typescript-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.78 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
58
59
60
61
62
{
"name": "matcha",
"version": "2.1.0",
"author": "vmod",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"lint:eslint": "eslint 'components/**/*.{ts,tsx}'",
"fix:eslint": "eslint 'components/**/*.{ts,tsx}' --fix",
"lint:prettier": "prettier --check components/**/*.{ts,tsx}",
"fix:prettier": "prettier --write \"components/**/*.{ts,tsx}\""
},
"dependencies": {
"@headlessui/react": "^0.2.0",
"@types/color-hash": "^1.0.0",
"@zeit/next-css": "^1.0.1",
"axios": "^0.21.0",
"color-hash": "^1.0.3",
"date-fns": "^2.19.0",
"http-proxy-middleware": "^1.0.6",
"next": "^10.0.3",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"postcss": "^8.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hook-form": "^6.12.2",
"react-query": "^3.5.16",
"react-range": "^1.8.5",
"react-tinder-card": "^1.3.1",
"rxjs": "^6.6.3",
"socket.io-client": "^3.0.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.2.1",
"@types/node": "^14.11.8",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.4",
"@types/socket.io": "^2.1.11",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.5",
"stylelint": "^13.6.1",
"stylelint-config-recommended": "^3.0.0",
"tailwindcss": "^2.0.2",
"typescript": "4.0.3"
},
"lint-staged": {
"*.{ts,tsx}": []
},
"license": "MIT"
}