Homepage/package.json

41 lines
1.1 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
},
2020-03-15 16:16:55 +00:00
"author": "amphineko <sukareki@gmail.com>",
2016-10-25 04:19:29 +00:00
"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",
2020-03-15 16:18:13 +00:00
"start": "webpack-dev-server -d"
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",
"clean-webpack-plugin": "^3.0.0",
2020-03-15 16:18:13 +00:00
"css-loader": "^3.4.2",
2020-03-21 00:37:28 +00:00
"cssnano": "^4.1.10",
2019-04-08 08:38:15 +00:00
"extract-loader": "^3.1.0",
"file-loader": "^3.0.1",
2020-03-15 16:18:13 +00:00
"html-webpack-plugin": "^3.2.0",
2019-04-08 08:38:15 +00:00
"mini-css-extract-plugin": "^0.5.0",
2020-03-21 00:37:28 +00:00
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
2020-03-21 00:11:27 +00:00
"resolve-url-loader": "^3.1.1",
2020-03-15 16:18:13 +00:00
"style-loader": "^1.1.3",
2019-04-08 08:38:15 +00:00
"unsemantic": "^1.2.3",
2020-03-15 16:18:13 +00:00
"url-loader": "^3.0.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2"
2020-03-21 00:11:27 +00:00
},
"dependencies": {}
}