{
	"name": "scrap-conan-online",
	"version": "0.1.0",
	"description": "## このRepositoryについて",
	"main": "index.js",
	"scripts": {
		"build": "webpack --mode development && npm run build:css",
		"build:production": "webpack --mode production && npm run build:css",
		"build:watch": "webpack --mode development -w",
		"build:css": "sass --style compressed --embed-sources --no-error-css ./public/static/_scss/style.scss:public/static/assets/css/style.css ./public/_scss/style.scss:public/assets/css/style.css",
		"start": "firebase serve",
		"start:hosting": "firebase serve --only hosting",
		"start:emulator": "firebase emulators:start",
		"start:auth": "firebase emulators:start --only auth",
		"start:functions": "firebase emulators:start --only functions",
		"deploy": "firebase deploy",
		"deploy:functions": "firebase deploy --only functions",
		"deploy:hosting": "firebase deploy --only hosting",
		"deploy:firestore": "firebase deploy --only firestore",
		"deploy:storage": "firebase deploy --only storage",
		"logs": "firebase functions:log",
		"prettier:check": "prettier --check .",
		"prettier:write": "prettier --write .",
		"lint:fix": "npm run prettier:write",
		"lint": "npm run prettier:check",
		"test": "npm run lint"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/shinonomekazan/scrap-conan-online.git"
	},
	"author": "Shinonomekazan Co., Ltd.",
	"license": "UNLICENSED",
	"bugs": {
		"url": "https://github.com/shinonomekazan/scrap-conan-online/issues"
	},
	"homepage": "https://github.com/shinonomekazan/scrap-conan-online#readme",
	"devDependencies": {
		"@akashic/akashic-gameview": "file:lib/akashic-gameview-3.2.0.tgz",
		"@akashic/akashic-gameview-web": "file:lib/akashic-gameview-web-3.3.5.tgz",
		"@akashic/instance-storage-plugin": "file:lib/instance-storage-plugin-0.3.0",
		"@types/bootstrap": "^5.2.6",
		"@types/encoding-japanese": "^2.0.1",
		"@types/howler": "^2.2.7",
		"bootstrap": "^5.2.0",
		"bootstrap-icons": "^1.9.1",
		"css-loader": "^5.2.7",
		"del-cli": "^4.0.1",
		"dotenv-webpack": "^8.0.1",
		"fflate": "^0.8.0",
		"firebase-tools": "^11.21.0",
		"moment": "^2.29.4",
		"npm-run-all": "^4.1.5",
		"postcss-loader": "^4.3.0",
		"prettier": "^2.5.0",
		"raw-loader": "^4.0.2",
		"sass": "^1.58.3",
		"style-loader": "^2.0.0",
		"terser-webpack-plugin": "^5.2.4",
		"ts-loader": "^9.2.6",
		"typescript": "^4.4.4",
		"user-agent-data-types": "^0.3.1",
		"webpack": "^5.61.0",
		"webpack-cli": "^4.9.1"
	},
	"dependencies": {
		"csv-parse": "^5.4.0",
		"encoding-japanese": "^2.0.0",
		"firebase": "^9.16.0",
		"howler": "^2.2.3"
	},
	"engines": {
		"node": "18"
	}
}
