generated from nirnejak/nextjs-typescript-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.16 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "tailwind-animations",
"description": "A gallery of TailwindCSS animations that you can just copy-paste into your projects",
"version": "1.0.0",
"author": "Jitendra Nirnejak <[email protected]>",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"type-check": "tsc --pretty --noEmit",
"prepare": "husky install"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-toggle-group": "^1.1.0",
"akar-icons": "^1.9.31",
"dotenv": "^16.4.5",
"framer-motion": "^11.11.11",
"next": "^14.2.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.1",
"sharp": "^0.33.5",
"sugar-high": "^0.7.5",
"use-sound": "^4.0.3"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.16",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^17.12.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint"
},
"volta": {
"node": "20.18.0"
},
"keywords": [
"nextjs",
"react",
"typescript",
"eslint",
"prettier",
"precommit"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nirnejak/tailwind-animations"
},
"bugs": {
"url": "https://github.com/nirnejak/tailwind-animations/issues"
}
}