forked from vaexenc/hololive-fusion-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 981 Bytes
/
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
{
"name": "hololive-fusion-generator",
"scripts": {
"test": "jest --verbose",
"build": "webpack --config ./webpack.prod.js",
"build:dev": "webpack --config ./webpack.dev.js",
"dev": "webpack serve --config ./webpack.dev.js --host 0.0.0.0",
"deploy": "npm run build && gh-pages --dist ./dist --message a --no-history"
},
"repository": {
"type": "git",
"url": "https://github.com/vaexenc/hololive-fusion-generator.git"
},
"private": true,
"dependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.1.3",
"css-minimizer-webpack-plugin": "^2.0.0",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.3.9",
"val-loader": "^3.1.0",
"webpack": "^5.27.2",
"webpack-cli": "^4.5.0",
"webpack-merge": "^5.7.3"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint-plugin-jest": "^24.3.2",
"jest": "^26.6.3",
"webpack-dev-server": "^3.11.2"
}
}