-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
package.json
115 lines (115 loc) · 3.81 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
{
"name": "tina.io",
"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": "pnpm 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": "pnpm 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": "pnpm build && pnpm export",
"postbuild": "next-sitemap",
"analytics:export:search": "node ./scripts/analytics/exportSearch.js"
},
"resolutions": {
"graphql": "^15.5.1"
},
"dependencies": {
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.5",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@next/bundle-analyzer": "^14.2.11",
"@react-three/drei": "^9.107.0",
"@react-three/fiber": "^8.16.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tinacms/auth": "1.0.6",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vercel/postgres": "^0.5.1",
"algoliasearch": "^4.0.0",
"autoprefixer": "^10.4.20",
"axios": "^0.21.2",
"btoa": "^1.2.1",
"date-fns": "^4.0.0",
"dotenv": "^8.2.0",
"email-validator": "^2.0.4",
"fast-glob": "^3.1.1",
"github-slugger": "^1.2.1",
"graphql": "^15.5.1",
"gray-matter": "^4.0.2",
"js-cookie": "^3.0.5",
"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": "^7.0.0",
"node-sass": "^9.0.0",
"postcss": "^8.4.18",
"prism-react-renderer": "^2.0.6",
"prismjs": "^1.29.0",
"prosemirror-tables": "^1.4.0",
"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-icons": "^4.2.0",
"react-infinite-logo-slider": "^1.0.13",
"react-instantsearch-core": "^6.39.1 ",
"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",
"rehype-raw": "^6.1.1",
"remark-directive": "^2.0.1",
"remark-directive-rehype": "^0.4.2",
"remark-gfm": "^3.0.1",
"serve": "^14.2.3",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.13",
"styled-jsx-plugin-sass": "^1.0.0",
"three": "^0.165.0",
"tinacms": "2.2.3",
"webpack": "^5.94.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tinacms/cli": "1.6.3",
"@types/cookie": "^0.3.3",
"@types/jest": "^25.1.2",
"@types/node": "^22.5.4",
"@types/react": "^16.9.17",
"@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",
"tailwindcss": "^3.2.1",
"ts-jest": "^25.2.0",
"tslint": "^5.18.0",
"tslint-react": "^4.0.0",
"typescript": "^4.5.5"
},
"packageManager": "pnpm@9.6.0"
}