-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.23 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.23 KB
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
{
"type": "module",
"private": true,
"scripts": {
"typesense-index": "tsx scripts/typesense-index.ts",
"typesense-sync:preview": "NODE_ENV=preview tsx scripts/typesense-sync.ts",
"typesense-sync:production": "NODE_ENV=production tsx scripts/typesense-sync.ts",
"config-examples": "node scripts/create-config-examples.js",
"lighthouse": "lighthouse --output html --output-path ./reports/lighthouse.html --view https://vector.dev"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.2.1",
"@algolia/autocomplete-theme-classic": "^1.2.1",
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.26.10",
"@datadog/browser-logs": "^4.29.1",
"@datadog/browser-rum": "^4.29.1",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@iarna/toml": "^2.2.5",
"@ryangjchandler/spruce": "^2.6.3",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.1",
"@types/dotenv-defaults": "^2.0.1",
"@types/lodash.chunk": "^4.2.6",
"@types/node": "^25.0.3",
"@types/topojson-specification": "^1.0.1",
"alpinejs": "^2.8.2",
"autoprefixer": "^10.2.5",
"babel-preset-next": "^1.4.0",
"chalk": "^4.1.1",
"cheerio": "^1.0.0-rc.5",
"classnames": "^2.3.1",
"core-js": "^3.14.0",
"crypto": "^1.0.1",
"d3-geo": "^3.0.1",
"domhandler": "^4.2.0",
"dotenv-defaults": "^2.0.2",
"downshift": "^6.1.3",
"glob-promise": "^4.2.0",
"lodash.chunk": "^4.2.0",
"path": "^0.12.7",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-spring": "^10.0.3",
"react-use": "^17.2.4",
"regenerator-runtime": "^0.13.7",
"tailwindcss": "^2.2.4",
"tocbot": "^4.12.2",
"topojson-client": "^3.1.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typesense": "^1.8.2",
"typesense-sync": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/typesense-sync-v2.0.0.tgz"
},
"browserslist": [
"since 2017-06"
],
"devDependencies": {
"prettier": "^3.5.3",
"prettier-plugin-go-template": "^0.0.15"
}
}