-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.17 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.17 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
{
"private": true,
"dependencies": {
"@mdn/browser-compat-data": "^4.1.2",
"@mdn/yari": "^1.29.2",
"@webdoky/content-processor": "^1.25.0",
"algoliasearch": "^4.22.1",
"classnames": "^2.3.1",
"cyrillic-to-translit-js": "^3.2.1",
"dotenv": "^16.0.1",
"esm-resolve": "^1.0.8",
"fast-glob": "^3.3.2",
"fs-extra": "^10.1.0",
"fuse.js": "^3.6.1",
"github-slugger": "^1.4.0",
"glossary-content": "https://github.com/webdoky/glossary-content.git#main",
"gray-matter": "^4.0.3",
"is-absolute-url": "^4.0.1",
"lodash": "^4.17.21",
"mdast-util-to-hast": "^12.1.1",
"mdast-util-to-string": "^3.1.0",
"next": "^13.0.6",
"next-sitemap": "^3.1.2",
"node-fetch": "2",
"prism-themes": "^1.9.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^1.0.1",
"rehype-parse": "^8.0.4",
"rehype-prism": "^2.1.2",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"sass": "^1.52.3",
"serve": "11.2.0",
"space-separated-tokens": "^2.0.1",
"ts-node": "^10.8.1",
"unified": "^10.1.1",
"unist-util-visit": "^4.1.0",
"unist-util-visit-parents": "^5.1.0",
"valibot": "^0.26.0"
},
"scripts": {
"pre-build": "node --loader ts-node/esm ./pre-build/index.mts",
"dev": "next",
"build": "next build && next-sitemap && next export",
"preexport": "npm run build",
"export": "next export",
"next-lint": "next lint",
"prestart": "npm run export",
"lint": "eslint ./ --ext js,jsx,ts,mts,tsx",
"start": "serve out",
"populate-algolia": "node --loader ts-node/esm ./populate-algolia/index.mts"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.13",
"@types/react": "^17.0.38",
"autoprefixer": "^10.4.2",
"eslint": "^8.8.0",
"eslint-config-next": "12.0.9",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"postcss": "^8.4.31",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.18",
"typescript": "^4.5.5"
}
}