generated from Blazity/next-saas-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.26 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
71
72
{
"name": "next-saas-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "yarn tinacms server:start -c \"next dev\"",
"build": "yarn tinacms server:start -c \"next build\"",
"start": "yarn tinacms server:start -c \"next start\"",
"lint": "next lint"
},
"dependencies": {
"@accessible/drawer": "^3.0.2",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@sendgrid/mail": "^7.7.0",
"@svgr/webpack": "^6.5.1",
"css-in-js-media": "^2.0.1",
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next": "12.0.11-canary.15",
"nextjs-color-mode": "^1.0.5",
"polished": "^4.1.3",
"prism-react-renderer": "^1.3.5",
"react": "17.0.2",
"react-animate-height": "^2.0.23",
"react-dom": "17.0.2",
"react-hook-form": "^7.17.4",
"react-mailchimp-subscribe": "^2.1.3",
"react-schemaorg": "^2.0.0",
"react-share": "^4.4.1",
"reading-time": "^1.5.0",
"schema-dts": "^1.1.2",
"styled-components": "^5.3.5",
"swiper": "8.3.2",
"tinacms": "^1.4.6",
"url-loader": "^4.1.1",
"use-clipboard-copy": "^0.2.0",
"use-resize-observer": "^9.0.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
"@fec/remark-a11y-emoji": "^3.1.0",
"@next/bundle-analyzer": "^13.1.6",
"@tinacms/cli": "^0.60.0",
"@types/react": "^17.0.20",
"@types/react-mailchimp-subscribe": "^2.1.1",
"@types/styled-components": "^5.1.25",
"@types/swiper": "^5.4.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"all-contributors-cli": "^6.24.0",
"babel-eslint": "^10.1.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^7.32.0",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.10.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.6.0",
"next-mdx-remote": "^4.3.0",
"remark-breaks": "^3.0.1",
"remark-external-links": "^9.0.1",
"remark-footnotes": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-sectionize": "^1.1.1",
"remark-slug": "^7.0.1",
"typescript": "4.7.4"
}
}