-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.45 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
{
"name": "futurity-website",
"version": "2.3.0",
"license": "ISC",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"deploy": "npm run build && next export",
"bump": "$(npm bin)/bump --tag --commit"
},
"dependencies": {
"framer-motion": "^4.1.11",
"googleapis": "^73.0.0",
"image-trace-loader": "^1.0.2",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^9.0.0",
"jimp": "^0.16.1",
"lottie": "^0.0.1",
"lottie-react": "^2.1.0",
"lqip-loader": "^2.2.0",
"netlify-cli": "^3.24.3",
"next": "^10.1.3",
"next-compose-plugins": "^2.2.0",
"next-mdx-remote": "^2.1.4",
"next-optimized-images": "^2.6.1",
"next-pwa": "^5.2.21",
"nextjs-sitemap-generator": "^1.0.0",
"node-sass": "^5.0.0",
"parallax-js": "^3.1.0",
"react": "^17.0.2",
"react-device-detect": "^1.13.1",
"react-dom": "^17.0.2",
"react-icalendar-link": "^2.0.0",
"react-intersection-observer": "^8.26.2",
"react-normalize": "^0.4.4",
"react-scrolllock": "^5.0.1",
"react-use": "^17.2.4",
"responsive-loader": "^2.3.0",
"svg-sprite-loader": "^6.0.6",
"typed.js": "^2.0.11",
"version-bump-prompt": "^6.0.3",
"webp-loader": "^0.6.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "3.1.0",
"frontmatter-markdown-loader": "^3.6.2"
}
}