39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "amphineko",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/amphineko/amphineko.git"
|
|
},
|
|
"author": "Naoki Rinmous <sukareki@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/amphineko/amphineko/issues"
|
|
},
|
|
"homepage": "https://futa.moe/amphineko/",
|
|
"scripts": {
|
|
"build": "webpack -p",
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.11.2",
|
|
"browser-sync": "^2.26.7",
|
|
"browser-sync-webpack-plugin": "^2.2.2",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"css-loader": "^2.1.1",
|
|
"extract-loader": "^3.1.0",
|
|
"file-loader": "^3.0.1",
|
|
"html-loader": "^0.5.5",
|
|
"mini-css-extract-plugin": "^0.5.0",
|
|
"node-sass": "^4.13.0",
|
|
"resolve-url-loader": "^3.1.1",
|
|
"sass-loader": "^7.3.1",
|
|
"style-loader": "^0.23.1",
|
|
"unsemantic": "^1.2.3",
|
|
"webpack": "^4.41.2",
|
|
"webpack-cli": "^3.3.10",
|
|
"webpack-dev-server": "^3.9.0"
|
|
}
|
|
}
|