57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "amphineko",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/amphineko/amphineko.git"
|
|
},
|
|
"author": "amphineko <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 -d"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.7",
|
|
"@babel/preset-env": "^7.8.7",
|
|
"@babel/preset-react": "^7.8.3",
|
|
"@fortawesome/fontawesome-free": "^5.11.2",
|
|
"@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",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"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",
|
|
"extract-loader": "^3.1.0",
|
|
"file-loader": "^3.0.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"mini-css-extract-plugin": "^0.5.0",
|
|
"node-sass": "^4.13.1",
|
|
"sass-loader": "^7.3.1",
|
|
"style-loader": "^1.1.3",
|
|
"ts-loader": "^6.2.1",
|
|
"typescript": "^3.8.3",
|
|
"unsemantic": "^1.2.3",
|
|
"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"
|
|
}
|
|
} |