-
Notifications
You must be signed in to change notification settings - Fork 407
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) Β· 4.07 KB
/
package.json
File metadata and controls
127 lines (127 loc) Β· 4.07 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
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
{
"name": "website",
"version": "1.0.0",
"description": "dvc.org β website source code",
"main": "index.js",
"scripts": {
"postinstall": "node .husky/install.mjs",
"develop": "gatsby develop",
"dev": "gatsby develop",
"clean": "gatsby clean",
"build": "gatsby build",
"start": "node ./server/index.js",
"start-dev": "nodemon",
"heroku-postbuild": "./scripts/heroku-deploy.sh",
"test": "vitest run",
"format": "prettier --write",
"format-check-all": "prettier --check \"**/*.{js,jsx,md,tsx,ts,json,css,yml,yaml}\"",
"format-all": "prettier --write \"**/*.{js,jsx,md,tsx,ts,json,css,yml,yaml}\"",
"lint": "eslint \"**/*.{js,jsx,ts,tsx,json}\"",
"lint-fix": "eslint --fix \"**/*.{js,jsx,ts,tsx,json}\"",
"lint-css": "stylelint \"src/**/*.css\"",
"lint-css-fix": "stylelint --fix \"src/**/*.css\"",
"lint-ts": "tsc --noEmit --skipLibCheck",
"fix-all": "yarn format-all && yarn lint-fix && yarn lint-css-fix && yarn lint-ts",
"format-staged": "lint-staged"
},
"repository": {
"type": "git",
"url": "https://github.com/treeverse/dvc.org"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/treeverse/dvc.org/issues"
},
"homepage": "https://github.com/treeverse/dvc.org#readme",
"engines": {
"node": "24.x"
},
"private": true,
"dependencies": {
"@babel/plugin-transform-react-jsx": "7.28.6",
"@docsearch/modal": "4.6.2",
"@svgr/webpack": "8.1.0",
"@tailwindcss/postcss": "4.2.2",
"clsx": "2.1.1",
"compression": "1.8.1",
"express": "5.2.1",
"gatsby": "5.16.1",
"gatsby-plugin-catch-links": "5.16.0",
"gatsby-plugin-image": "3.16.0",
"gatsby-plugin-manifest": "5.16.0",
"gatsby-plugin-postcss": "6.16.0",
"gatsby-plugin-sharp": "5.16.0",
"gatsby-plugin-sitemap": "6.16.0",
"gatsby-plugin-svgr": "3.0.0-beta.0",
"gatsby-remark-autolink-headers": "6.16.0",
"gatsby-remark-embedder": "7.0.0",
"gatsby-remark-images": "7.16.0",
"gatsby-remark-prismjs": "7.16.0",
"gatsby-remark-smartypants": "6.16.0",
"gatsby-transformer-remark": "6.16.0",
"gatsby-transformer-remark-frontmatter": "1.1.0",
"gatsby-transformer-sharp": "5.16.0",
"github-markdown-css": "5.9.0",
"github-slugger": "2.0.0",
"hast-util-select": "6.0.4",
"hast-util-to-jsx-runtime": "2.3.6",
"helmet": "8.1.0",
"http-proxy-middleware": "3.0.5",
"lucide-react": "1.7.0",
"permissions-policy": "0.6.0",
"postcss": "8.5.13",
"postcss-nested": "7.0.2",
"prismjs": "1.30.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-intersection-observer": "10.0.3",
"rehype-parse": "9.0.1",
"rehype-stringify": "10.0.1",
"remark-html": "16.0.1",
"remark-preset-lint-recommended": "7.0.1",
"serve-handler": "6.1.7",
"tailwindcss": "4.2.2",
"tailwindcss-animate": "1.0.7",
"unified": "11.0.5",
"unist-util-visit": "5.1.0"
},
"devDependencies": {
"@babel/core": "7.29.0",
"@eslint/js": "10.0.1",
"@eslint/json": "1.2.0",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.2",
"@types/gatsbyjs__reach-router": "2.0.5",
"@types/hast": "3.0.4",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/unist": "3.0.3",
"eslint": "10.1.0",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import-x": "4.16.2",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "6.1.1",
"gatsby-source-filesystem": "5.16.0",
"globals": "17.4.0",
"happy-dom": "20.8.9",
"husky": "9.1.7",
"lint-staged": "16.4.0",
"nodemon": "3.1.14",
"prettier": "3.8.1",
"remark": "15.0.1",
"stylelint": "17.6.0",
"stylelint-config-standard": "40.0.0",
"typescript": "6.0.2",
"typescript-eslint": "8.59.0",
"vite-plugin-svgr": "4.5.0",
"vitest": "4.1.2"
},
"cacheDirectories": [
"node_modules"
],
"packageManager": "yarn@4.13.0"
}