forked from tinacms/tina.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
137 lines (137 loc) · 4.48 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"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": ">=14"
},
"scripts": {
"dev": "tinacms dev --noTelemetry -c \"next dev\" ",
"build": "yarn create-rss && tinacms build && next build",
"preexport": "npm run build",
"export": "tinacms build && next export",
"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"
},
"dependencies": {
"@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",
"@types/react-instantsearch-dom": "^5.2.6",
"@types/styled-components": "^5.1.21",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@uiw/react-monacoeditor": "^3.4.5",
"airtable": "^0.9.0",
"algoliasearch": "^4.0.0",
"autoprefixer": "^10.4.12",
"axios": "^0.21.2",
"btoa": "^1.2.1",
"cookie": "^0.4.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"fast-glob": "^3.1.1",
"final-form": "4.19.1",
"final-form-calculate": "^1.3.1",
"final-form-submit-listener": "^1.0.0",
"fs": "^0.0.1-security",
"github-slugger": "^1.2.1",
"graphql": "^15.5.1",
"gray-matter": "^4.0.2",
"html-parser": "^0.11.0",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.1",
"jsonp": "^0.2.1",
"markdown-toc": "^1.2.0",
"matter": "^0.2.0",
"moment": "^2.24.0",
"moment-locales-webpack-plugin": "^1.2.0",
"next": "^13.4.13",
"next-seo": "^4.1.0",
"next-svgr": "0.0.2",
"next-tinacms-cloudinary": "4.3.1",
"nextjs-cors": "^2.1.0",
"node-fetch": "^2.6.1",
"node-sass": "^7.0.0",
"parse-numeric-range": "^1.3.0",
"polished": "^3.4.4",
"postcss": "^8.4.18",
"prism-react-renderer": "^2.0.6",
"prismjs": "^1.29.0",
"prop-types": "^15.7.2",
"qs": "^6.9.1",
"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-dropzone": "^10.2.1",
"react-final-form": "^6.3.5",
"react-github-btn": "^1.4.0",
"react-gtm-module": "^2.0.8",
"react-helmet": "^5.2.1",
"react-icons": "^4.2.0",
"react-instantsearch-dom": "^6.3.0",
"react-intersection-observer": "^9.4.0",
"react-live": "^2.3.0",
"react-markdown": "^8.0.3",
"react-textarea-autosize": "^7.1.2",
"react-tinacms-editor": "^0.53.26",
"react-use-size": "^3.0.1",
"rehype-raw": "^6.1.1",
"remark": "^11.0.2",
"remark-gfm": "^3.0.1",
"remark-parse": "^8.0.0",
"serve": "11.2.0",
"strip-markdown": "^3.1.1",
"styled-components": "^5.3.3",
"styled-jsx-plugin-sass": "^1.0.0",
"tinacms": "^1.5.15",
"unist-util-visit": "^4.1.1",
"webpack": "^5.76.0"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.10.4",
"@tailwindcss/forms": "^0.5.3",
"@tinacms/cli": "^1.5.24",
"@types/cookie": "^0.3.3",
"@types/glob": "^7.1.1",
"@types/jest": "^25.1.2",
"@types/js-cookie": "^2.2.4",
"@types/node": "^13.1.4",
"@types/react": "^16.9.17",
"@types/react-gtm-module": "^2.0.0",
"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"
}
}