forked from tinacms/tina.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 4.13 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "tinacms.org",
"version": "1.0.0",
"description": "A hub for Tina's documentation, blog & general info.",
"author": "Forestry.io",
"main": "n/a",
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "tinacms dev --noTelemetry -c \"next dev\"",
"build": "yarn create-rss && tinacms build && next build",
"export": "tinacms build && EXPORT_MODE=static,UNOPTIMIZED_IMAGES=true next build",
"prestart": "tinacms build && npm run export",
"static-start": "serve out",
"start": "next start",
"format": "prettier --write \"src/**/*.{ts,tsx,md}\"",
"lint": "yarn type-check && tslint 'src/**/*.{ts,tsx}' -p tsconfig.json",
"test": "jest --passWithNoTests",
"test-watch": "jest --passWithNoTests --watch",
"type-check": "tsc",
"create-indices": "tsc --project ./indices/tsconfig.json --outDir ./indices/out && node ./indices/out/indices/createIndices.js",
"create-rss": "tsc --project ./rss/tsconfig.json --outDir ./rss/out && node ./rss/out/rss/generateRss.js",
"deploy": "yarn build && yarn export",
"postbuild": "next-sitemap",
"analytics:export:search": "node ./scripts/analytics/exportSearch.js"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@next/bundle-analyzer": "^10.0.0",
"@react-hook/window-size": "^3.1.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tinacms/auth": "1.0.3",
"@tinacms/datalayer-old": "npm:@tinacms/[email protected]",
"@tinacms/graphql-old": "npm:@tinacms/[email protected]",
"@tinacms/vercel-previews": "^0.0.4",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vercel/postgres": "^0.5.1",
"airtable": "^0.9.0",
"algoliasearch": "^4.0.0",
"autoprefixer": "^10.4.12",
"axios": "^0.21.2",
"btoa": "^1.2.1",
"dotenv": "^8.2.0",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"fast-glob": "^3.1.1",
"github-slugger": "^1.2.1",
"graphql": "^15.5.1",
"gray-matter": "^4.0.2",
"jsonp": "^0.2.1",
"markdown-toc": "^1.2.0",
"moment": "^2.24.0",
"moment-locales-webpack-plugin": "^1.2.0",
"next": "^14.0.3",
"next-seo": "^4.1.0",
"next-svgr": "0.0.2",
"next-tinacms-cloudinary": "^4.4.3",
"node-sass": "^9.0.0",
"postcss": "^8.4.18",
"prism-react-renderer": "^2.0.6",
"prismjs": "^1.29.0",
"prop-types": "^15.7.2",
"raw-loader": "^4.0.0",
"react": "^18.2.0",
"react-animate-height": "^3.1.0",
"react-dismissible": "^1.1.3",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-gtm-module": "^2.0.8",
"react-icons": "^4.2.0",
"react-infinite-logo-slider": "^1.0.13",
"react-instantsearch-dom": "^6.3.0",
"react-intersection-observer": "^9.4.0",
"react-markdown": "^8.0.3",
"react-responsive-modal": "^6.4.2",
"react-slick": "^0.30.2",
"react-tinacms-editor": "^0.53.26",
"react-use-size": "^3.0.1",
"rehype-raw": "^6.1.1",
"remark": "^11.0.2",
"remark-directive": "^2.0.1",
"remark-directive-rehype": "^0.4.2",
"remark-gfm": "^3.0.1",
"serve": "11.2.0",
"slick-carousel": "^1.8.1",
"strip-markdown": "^3.1.1",
"styled-components": "^5.3.3",
"styled-jsx-plugin-sass": "^1.0.0",
"tinacms": "^1.5.24",
"webpack": "^5.76.0"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.10.4",
"@tailwindcss/forms": "^0.5.3",
"@tinacms/cli": "^1.5.34",
"@types/cookie": "^0.3.3",
"@types/glob": "^7.1.1",
"@types/jest": "^25.1.2",
"@types/node": "^13.1.4",
"@types/react": "^16.9.17",
"@types/react-gtm-module": "^2.0.0",
"@types/react-instantsearch-dom": "^5.2.6",
"@types/styled-components": "^5.1.21",
"babel-plugin-styled-components": "^1.8.0",
"jest": "^25.1.0",
"next-sitemap": "^2.1.6",
"prettier": "^2.7.1",
"react-svg-loader": "^3.0.3",
"tailwindcss": "^3.2.1",
"ts-jest": "^25.2.0",
"tslint": "^5.18.0",
"tslint-config-kata": "^1.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0",
"typescript": "^4.5.5"
}
}