2022-04-19 12:21:37 +02:00
|
|
|
{
|
|
|
|
"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",
|
2022-05-15 09:26:46 +02:00
|
|
|
"predeploy": "npm run build",
|
2022-05-15 09:31:49 +02:00
|
|
|
"deploy": "gh-pages -d dist",
|
2022-04-19 12:21:37 +02:00
|
|
|
"dev": "webpack serve --open --mode=development",
|
|
|
|
"start": "http-server -p 3000",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-10-27 20:03:36 +02:00
|
|
|
"url": "git+https://github.com/apexiedev/website.git"
|
2022-04-19 12:21:37 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"typescript",
|
|
|
|
"webpack",
|
|
|
|
"github-pages",
|
|
|
|
"apexie",
|
|
|
|
"apexie-community"
|
|
|
|
],
|
|
|
|
"author": "ItzLightyHD",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"bugs": {
|
2022-10-27 20:03:36 +02:00
|
|
|
"url": "https://github.com/apexiedev/website/issues"
|
2022-04-19 12:21:37 +02:00
|
|
|
},
|
2022-10-27 20:03:36 +02:00
|
|
|
"homepage": "https://github.com/apexiedev/website#readme",
|
2022-04-19 12:21:37 +02:00
|
|
|
"devDependencies": {
|
2022-06-22 20:24:26 +02:00
|
|
|
"@types/bootstrap": "^5.1.12",
|
2022-06-09 12:14:30 +02:00
|
|
|
"@types/jquery": "^3.5.14",
|
2022-04-19 12:21:37 +02:00
|
|
|
"@types/lodash": "^4.14.181",
|
|
|
|
"copy-webpack-plugin": "^10.2.4",
|
2022-05-15 09:26:46 +02:00
|
|
|
"gh-pages": "^4.0.0",
|
2022-04-19 12:21:37 +02:00
|
|
|
"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": {
|
2022-06-14 13:31:44 +02:00
|
|
|
"axios": "^0.27.2",
|
2022-06-22 20:24:26 +02:00
|
|
|
"bootstrap": "^5.1.3",
|
2022-06-09 12:14:30 +02:00
|
|
|
"clean-webpack-plugin": "^4.0.0",
|
2022-06-14 13:31:44 +02:00
|
|
|
"console-browserify": "^1.2.0",
|
2022-04-19 12:21:37 +02:00
|
|
|
"jquery": "^3.6.0",
|
2022-06-09 12:14:30 +02:00
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"three": "^0.140.2"
|
2022-04-19 12:21:37 +02:00
|
|
|
}
|
|
|
|
}
|