aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2019-11-30 12:40:35 -0500
committerAndrew Lee <alee14498@protonmail.com>2019-11-30 12:40:35 -0500
commite706e65318f760d9f0602a08f1badb67d77e5fb1 (patch)
treef013b09cab3064a51fe5439cb98e24eace15224e /package.json
parentb99356105115fec32d75a43bfb5b054220d90141 (diff)
downloadalp-website-e706e65318f760d9f0602a08f1badb67d77e5fb1.tar.gz
alp-website-e706e65318f760d9f0602a08f1badb67d77e5fb1.tar.bz2
alp-website-e706e65318f760d9f0602a08f1badb67d77e5fb1.zip
Switching to NextJS
Diffstat (limited to 'package.json')
-rw-r--r--package.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..1418eab
--- /dev/null
+++ b/package.json
@@ -0,0 +1,36 @@
+{
+ "name": "alee-productions-website",
+ "version": "1.0.0",
+ "description": "The official website for Alee Productions.",
+ "main": "index.js",
+ "scripts": {
+ "dev": "next",
+ "build": "next build",
+ "start": "next start",
+ "export": "npm run build && next export"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/aleeproductions/website.git"
+ },
+ "author": "Alee",
+ "license": "GPL-3.0",
+ "bugs": {
+ "url": "https://github.com/aleeproductions/website/issues"
+ },
+ "homepage": "https://github.com/aleeproductions/website#readme",
+ "dependencies": {
+ "@fortawesome/fontawesome-svg-core": "^1.2.25",
+ "@fortawesome/free-brands-svg-icons": "^5.11.2",
+ "@fortawesome/free-regular-svg-icons": "^5.11.2",
+ "@fortawesome/free-solid-svg-icons": "^5.11.2",
+ "@fortawesome/react-fontawesome": "^0.1.7",
+ "isomorphic-unfetch": "^3.0.0",
+ "next": "^9.1.4",
+ "react": "^16.12.0",
+ "react-dom": "^16.12.0"
+ },
+ "devDependencies": {
+ "frontmatter-markdown-loader": "^3.1.0"
+ }
+}