-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.66 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.66 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
{
"name": "orbiton-site",
"version": "1.0.0",
"description": "",
"scripts": {
"watch": "webpack --watch",
"start": "webpack serve --open --config ./.config/webpack.dev.mjs",
"build": "webpack --config ./.config/webpack.prod.mjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-syntax-jsx": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/standalone": "^7.17.8",
"@docsearch/js": "3",
"@jsdevtools/rehype-toc": "^3.0.2",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/mdx": "^1.6.22",
"algoliasearch": "^4.12.2",
"axios": "^0.25.0",
"babel-loader": "^8.2.3",
"codemirror": "^5.65.2",
"copy-webpack-plugin": "^10.0.0",
"css-loader": "^6.5.1",
"firebase": "^9.6.8",
"htm": "^3.1.0",
"html-loader": "^3.0.1",
"html-minimizer-webpack-plugin": "^3.3.2",
"html-webpack-plugin": "^5.5.0",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^10.0.0",
"json-minimizer-webpack-plugin": "^3.1.1",
"rehype": "^12.0.0",
"rehype-highlight": "^5.0.1",
"rehype-slug": "^5.0.1",
"remark-code-screenshot": "^1.0.0",
"remark-gfm": "^3.0.1",
"remark-loader": "^4.0.0",
"remark-mdx": "^1.6.22",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-toc": "^8.0.1",
"sass": "^1.44.0",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"workbox-webpack-plugin": "^6.4.2"
}
}