generated from shiftwalk/shiftwalk-nextjs-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.51 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
{
"name": "another-kind",
"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]:shiftwalk/another-kind.git"
},
"bugs": {
"url": "https://github.com/shiftwalk/another-kind/issues"
},
"license": "ISC",
"keywords": [
"nextjs",
"next",
"tailwind",
"framer",
"motion"
],
"homepage": "https://anotherkind.vercel.app/",
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@sanity/block-content-to-react": "^3.0.0",
"@studio-freight/lenis": "^1.0.14",
"@studio-freight/react-lenis": "^0.0.20",
"@svgr/webpack": "^8.0.1",
"body-scroll-lock": "^4.0.0-beta.0",
"embla-carousel-react": "^8.0.0-rc11",
"eslint-config-next": "^13.2.4",
"framer-motion": "^10.3.0",
"next": "^13.2.4",
"next-sanity": "^1.1.0",
"next-sanity-image": "^6.1.0",
"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-div-100vh": "^0.7.0",
"react-dom": "^18.2.0",
"react-just-parallax": "^3.1.16",
"react-portable-text": "^0.6.0"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "8.36.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.13"
}
}