Homepage/package.json

57 lines
1.7 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": {
2020-03-15 16:18:13 +00:00
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
2019-12-06 19:59:14 +00:00
"@fortawesome/fontawesome-free": "^5.11.2",
2020-03-15 16:18:13 +00:00
"@types/html-webpack-plugin": "^3.2.2",
"@types/node": "^13.9.0",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"babel-loader": "^8.0.6",
2019-12-06 19:59:14 +00:00
"clean-webpack-plugin": "^3.0.0",
2020-03-15 16:18:13 +00:00
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"eslint-plugin-standard": "^4.0.1",
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-15 16:18:13 +00:00
"node-sass": "^4.13.1",
2019-12-06 19:59:14 +00:00
"sass-loader": "^7.3.1",
2020-03-15 16:18:13 +00:00
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"typescript": "^3.8.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"
2017-06-21 11:15:14 +00:00
}
2020-03-15 16:18:13 +00:00
}