Homepage/package.json

39 lines
1.0 KiB
JSON
Raw Normal View History

2016-10-25 04:19:29 +00:00
{
2017-06-21 11:15:14 +00:00
"name": "amphineko",
2016-10-25 04:19:29 +00:00
"version": "0.0.1",
"description": "",
"repository": {
"type": "git",
2017-06-21 11:15:14 +00:00
"url": "git+https://github.com/amphineko/amphineko.git"
2016-10-25 04:19:29 +00:00
},
"author": "Naoki Rinmous <sukareki@gmail.com>",
"license": "MIT",
2017-06-21 11:15:14 +00:00
"bugs": {
"url": "https://github.com/amphineko/amphineko/issues"
},
"homepage": "https://futa.moe/amphineko/",
2018-01-15 19:50:12 +00:00
"scripts": {
2019-12-06 19:59:14 +00:00
"build": "webpack -p",
"start": "webpack-dev-server"
2018-01-15 19:50:12 +00:00
},
2018-01-15 19:21:51 +00:00
"devDependencies": {
2019-12-06 19:59:14 +00:00
"@fortawesome/fontawesome-free": "^5.11.2",
"browser-sync": "^2.26.7",
2019-04-08 08:38:15 +00:00
"browser-sync-webpack-plugin": "^2.2.2",
2019-12-06 19:59:14 +00:00
"clean-webpack-plugin": "^3.0.0",
2019-04-08 08:38:15 +00:00
"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",
2019-12-06 19:59:14 +00:00
"node-sass": "^4.13.0",
"resolve-url-loader": "^3.1.1",
"sass-loader": "^7.3.1",
2019-04-08 08:38:15 +00:00
"style-loader": "^0.23.1",
"unsemantic": "^1.2.3",
2019-12-06 19:59:14 +00:00
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
2017-06-21 11:15:14 +00:00
}
2016-10-25 04:19:29 +00:00
}