generated from shiftwalk/shiftwalk-nextjs-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "next-tailwind-motion",
"description": "A simple Next.js starter kit with TailwindCSS (JIT) and Framer Motion preconfigured",
"author": "Sam Goddard <[email protected]> (https://samgoddard.co.uk)",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "[email protected]:samuelgoddard/next-tailwind-motion.git"
},
"bugs": {
"url": "https://github.com/samuelgoddard/next-tailwind-motion/issues"
},
"license": "ISC",
"keywords": [
"nextjs",
"next",
"tailwind",
"framer",
"motion"
],
"homepage": "https://sg-next-tailwind-motion.vercel.app/",
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@studio-freight/react-lenis": "^0.0.21",
"eslint-config-next": "^13.2.4",
"framer-motion": "^10.3.0",
"next": "^13.2.4",
"next-seo": "^4.26.0",
"postcss-import": "^14.0.0",
"postcss-nested": "^5.0.5",
"postcss-preset-env": "^6.7.0",
"react": "^18.2.0",
"react-countup": "^6.4.2",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "8.36.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.13"
}
}