-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2 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
{
"name": "Chuiko 2023",
"version": "0.0.5",
"description": "Official website of the vi-k project",
"main": "app.js",
"scripts": {
"build": "webpack --progress --mode production && node sitemapGenerate.js",
"start": "webpack serve --progress --mode development",
"sitemap": "node sitemapGenerate.js"
},
"keywords": [
"3d",
"canvas"
],
"author": "Averyano",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@fontsource/inter": "^4.5.15",
"@webdiscus/pug-loader": "^2.10.4",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"bundlesize": "^0.18.1",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"glob": "^10.2.3",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"image-minimizer-webpack-plugin": "^3.8.1",
"image-size": "^1.2.0",
"imagemin": "^8.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^10.0.1",
"imagemin-webp": "^8.0.0",
"imagemin-webp-webpack-plugin": "^3.3.6",
"include-media": "^1.4.10",
"memfs": "^3.5.3",
"mini-css-extract-plugin": "^2.7.2",
"postcss-loader": "^7.0.2",
"postcss-preset-env": "^8.3.2",
"pug": "^3.0.2",
"pug-html-loader": "^1.1.5",
"raw-loader": "^4.0.2",
"sass": "^1.58.1",
"sass-loader": "^12.6.0",
"sitemap": "^7.1.1",
"sitemap-webpack-plugin": "^1.1.1",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"dat.gui": "^0.7.9",
"gsap": "^3.11.5",
"lodash": "^4.17.21",
"normalize-wheel": "^1.0.1",
"three": "^0.172.0"
}
}