-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 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
{
"name": "orbiton",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack serve --open",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-syntax-jsx": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/mdx": "^1.6.22",
"babel-loader": "^8.2.3",
"babel-plugin-orbiton-jsx": "^1.0.0",
"css-loader": "^6.5.1",
"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",
"orbiton": "^1.1.0",
"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-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"
}
}