generated from shiftwalk/shiftwalk-nextjs-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 KB
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
{
"name": "next-tailwind-motion",
"description": "A simple Next.js starter kit with TailwindCSS (JIT) and Framer Motion preconfigured",
"author": "Sam Goddard <hello@samgoddard.co.uk> (https://samgoddard.co.uk)",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git@github.com:samuelgoddard/next-tailwind-motion.git"
},
"bugs": {
"url": "https://github.com/samuelgoddard/next-tailwind-motion/issues"
},
"license": "ISC",
"keywords": [
"nextjs",
"next",
"tailwind",
"framer",
"motion",
"preact"
],
"homepage": "https://sg-next-tailwind-motion.vercel.app/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@sanity/block-content-to-react": "^3.0.0",
"embla-carousel-react": "^8.0.0",
"framer-motion": "^4.1.17",
"fslightbox-react": "^1.6.2-2",
"next": "^12.0.8",
"next-sanity": "^0.8.1",
"next-sanity-image": "^4.1.0",
"next-seo": "^4.26.0",
"next-themes": "^0.2.0",
"postcss-import": "^14.0.0",
"postcss-nested": "^5.0.5",
"postcss-preset-env": "^6.7.0",
"preact": "^10.5.13",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.13"
}
}