Homepage/package.json

36 lines
942 B
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-04-19 21:02:08 +00:00
"build": "node_modules/.bin/webpack -p"
2018-01-15 19:50:12 +00:00
},
2018-01-15 19:21:51 +00:00
"devDependencies": {
2019-04-19 20:55:13 +00:00
"@fortawesome/fontawesome-free": "^5.8.1",
2019-04-08 08:38:15 +00:00
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^2.2.2",
"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.11.0",
"resolve-url-loader": "^3.1.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"unsemantic": "^1.2.3",
2019-04-19 20:55:13 +00:00
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
2017-06-21 11:15:14 +00:00
}
2016-10-25 04:19:29 +00:00
}