forked from traPtitech/Ghost-Theme-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.63 KB
/
package.json
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
{
"name": "trap-theme-2020",
"private": true,
"version": "1.0.0",
"engines": {
"ghost": ">=5.0.0"
},
"author": {
"name": "traP",
"email": "[email protected]"
},
"scripts": {
"build": "webpack"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@openfonts/source-code-pro_latin": "^1.44.2",
"@splidejs/splide": "^3.6.9",
"core-js": "^3.20.2",
"highlight.js": "^11.4.0",
"katex": "^0.15.1",
"lozad": "^1.16.0",
"normalize.css": "^8.0.1",
"throttle-debounce": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.8",
"@babel/preset-env": "^7.16.8",
"@vue/preload-webpack-plugin": "^2.0.0",
"babel-loader": "^8.2.3",
"compression-webpack-plugin": "^9.2.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.1.1",
"cssnano-preset-advanced": "^5.1.10",
"file-loader": "^6.2.0",
"html-inline-css-webpack-plugin": "^1.11.1",
"html-inline-script-webpack-plugin": "^2.0.3",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.6",
"sass": "^1.47.0",
"sass-loader": "^12.4.0",
"svgo": "^2.8.0",
"svgo-loader": "^3.0.0",
"terser-webpack-plugin": "^5.3.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-remove-empty-scripts": "^0.7.2"
},
"config": {
"posts_per_page": 12
}
}