Apexie-Website/package.json

55 lines
1.4 KiB
JSON

{
"name": "apexie-website",
"version": "1.0.0",
"description": "The official Apexie Community website, made in TypeScript with Webpack.",
"main": "src/index.ts",
"scripts": {
"build": "webpack",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "webpack serve --open --mode=development",
"start": "http-server -p 3000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apexiedev/website.git"
},
"keywords": [
"typescript",
"webpack",
"github-pages",
"apexie",
"apexie-community"
],
"author": "ItzLightyHD",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/apexiedev/website/issues"
},
"homepage": "https://github.com/apexiedev/website#readme",
"devDependencies": {
"@types/bootstrap": "^5.1.12",
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.181",
"copy-webpack-plugin": "^10.2.4",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.1.0",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"dependencies": {
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"clean-webpack-plugin": "^4.0.0",
"console-browserify": "^1.2.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"three": "^0.140.2"
}
}