generated from shiftwalk/shiftwalk-nextjs-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.68 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.68 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
53
54
55
56
57
58
59
60
61
{
"name": "field-2022",
"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"
],
"homepage": "https://sg-next-tailwind-motion.vercel.app/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@cyriacbr/react-split-text": "^1.0.0",
"@sanity/block-content-to-react": "^3.0.0",
"conditional-wrap": "^1.0.2",
"embla-carousel-class-names": "^7.0.4",
"embla-carousel-react": "^7.0.4",
"framer-motion": "^7.6.0",
"next": "^12.3.1",
"next-sanity": "^1.0.9",
"next-sanity-image": "4.1.0",
"next-seo": "^5.5.0",
"next-sitemap": "^3.1.29",
"postcss-import": "^14.0.0",
"postcss-nested": "^5.0.5",
"postcss-preset-env": "^6.7.0",
"react": "^18.1.0",
"react-cookie-consent": "^8.0.1",
"react-countup": "^6.3.2",
"react-device-detect": "^2.2.2",
"react-div-100vh": "^0.7.0",
"react-dom": "^18.1.0",
"react-fast-marquee": "^1.3.5",
"react-just-parallax": "^3.1.14",
"react-modal": "^3.16.1",
"react-select": "^5.6.0",
"sharp": "^0.31.1",
"slugify": "^1.6.5"
},
"devDependencies": {
"@svgr/webpack": "^6.4.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.2.1"
}
}