forked from qrac/minista
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.72 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.72 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
{
"name": "minista",
"description": "Mini static site generator that can be written in React (JSX) for web coding",
"version": "0.7.9",
"bin": {
"minista": "cli.js"
},
"main": "./main.js",
"files": [
"main.js",
"cli.js",
"postcss.config.js",
"webpack.config.js"
],
"license": "MIT",
"homepage": "https://github.com/qrac/minista",
"repository": {
"type": "git",
"url": "https://github.com/qrac/minista"
},
"bugs": {
"url": "https://github.com/qrac/minista/issues"
},
"keywords": [
"static-site-generator",
"ssg",
"coding",
"react",
"jsx",
"webpack",
"japanese",
"minista"
],
"author": {
"name": "Qrac",
"url": "https://qrac.jp"
},
"organization": {
"name": "QRANOKO",
"url": "https://qranoko.jp"
},
"scripts": {},
"prettier": {
"semi": false
},
"dependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.1",
"file-loader": "^6.2.0",
"glob": "^7.1.7",
"html-replace-webpack-plugin": "^2.6.0",
"html-webpack-plugin": "^5.3.1",
"js-beautify": "^1.13.13",
"mini-css-extract-plugin": "^1.6.0",
"postcss": "^8.3.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.0",
"postcss-preset-env": "^6.7.0",
"postcss-sort-media-queries": "^3.11.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"sass": "^1.34.1",
"sass-loader": "^12.1.0",
"webpack": "^5.38.1",
"webpack-dev-server": "^3.11.2"
}
}