-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
70 lines (70 loc) · 1.86 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "amplication",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"stage": "next start -p 3001",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --check .",
"format:fix": "prettier --write ."
},
"engines": {
"node": ">=16.0.0 <17"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@hubspot/api-client": "^8.5.0",
"@stigg/react-sdk": "^5.13.1",
"bootstrap": "^5.3.1",
"graphql": "^16.6.0",
"iframe-resizer-react": "^1.1.0",
"jsonp": "^0.2.1",
"lity": "^2.4.1",
"lottie-react": "^2.4.0",
"next": "12.2.5",
"next-remove-imports": "^1.0.8",
"next-seo": "^5.5.0",
"next-share": "^0.18.1",
"next-sitemap": "^3.1.25",
"raw-loader": "^4.0.2",
"react": "17.0.2",
"react-bootstrap": "^2.8.0",
"react-dom": "17.0.2",
"react-markdown": "^8.0.3",
"rehype-highlight": "^5.0.2",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"sass": "^1.66.1",
"slugify": "^1.6.5",
"swiper": "^8.3.2",
"tailwind-scrollbar-hide": "^1.1.7",
"typed.js": "^2.0.12"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/markdown-it": "^12.2.3",
"@types/node": "^14.11.2",
"autoprefixer": "^10.4.8",
"babel-plugin-styled-components": "^2.0.7",
"critters": "^0.0.16",
"eslint": "^8.23.0",
"eslint-config-next": "12.2.5",
"eslint-plugin-react": "^7.31.10",
"feed": "^4.2.2",
"markdown-it": "^13.0.1",
"postcss": "^8.4.16",
"prettier": "^3.0.2",
"prop-types": "^15.8.1",
"sharp": "^0.31.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.0.3"
}
}