-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.36 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
51
52
{
"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",
"@sanity/client": "^3.2.0",
"date-fns": "^2.28.0",
"embla-carousel-react": "^6.2.0",
"framer-motion": "^4.1.17",
"instagram-web-api": "^2.2.2",
"next": "^11.0.1",
"next-sanity": "^0.5.1",
"next-sanity-image": "^3.2.1",
"next-seo": "^4.26.0",
"postcss-import": "^14.0.0",
"postcss-nested": "^5.0.5",
"postcss-preset-env": "^6.7.0",
"preact": "^10.5.13",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-svg": "^15.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.13"
}
}