64 lines
2.5 KiB
JSON
64 lines
2.5 KiB
JSON
|
{
|
||
|
"name": "the-twelfth-house",
|
||
|
"version": "3.0.0",
|
||
|
"private": true,
|
||
|
"description": "The personal site of Roland X. Pulliam",
|
||
|
"repository": "https://code.playvicio.us/Are0h/thetwelfthhouse",
|
||
|
"theme": "default",
|
||
|
"scripts": {
|
||
|
"start": "forever start init.js",
|
||
|
"stop": "forever stop init.js",
|
||
|
"dev": "nodemon init.js",
|
||
|
"watch-front-scripts": "parcel watch themes/$npm_package_theme/src/com/Start.jsx --out-dir themes/$npm_package_theme/assets/js --out-file start.min.js --public-url /$npm_package_theme/assets/js",
|
||
|
"watch-front-styles": "stylus -w -m -o themes/$npm_package_theme/assets/css themes/$npm_package_theme/src/styles/base.styl",
|
||
|
"build-front-kit": "uglifyjs node_modules/scramble-text/dist/ScrambleText.min.js node_modules/animejs/anime.min.js node_modules/reframe.js/dist/reframe.min.js -c -o themes/$npm_package_theme/assets/js/toolkit.min.js",
|
||
|
"watch-back-scripts": "parcel watch themes/dash/src/com/Start.jsx --out-dir themes/dash/assets/js --out-file dash.min.js --public-url /dash/assets/js",
|
||
|
"watch-back-styles": "stylus -w -m -o themes/dash/assets/css themes/dash/src/styles/dash.styl",
|
||
|
"build-back-kit": "uglifyjs themes/dash/src/libraries/highlight.pack.js node_modules/scramble-text/dist/ScrambleText.min.js node_modules/animejs/anime.min.js node_modules/reframe.js/dist/reframe.min.js -c -o themes/dash/assets/js/dashkit.min.js"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8.12.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"bcrypt-nodejs": "latest",
|
||
|
"bluebird": "^3.4.1",
|
||
|
"body-parser": "latest",
|
||
|
"caret-pos": "^1.2.1",
|
||
|
"connect-flash": "latest",
|
||
|
"cookie-parser": "~1.3.3",
|
||
|
"debug": "^4.1.0",
|
||
|
"entypo": "^2.1.0",
|
||
|
"express": "^4.16.4",
|
||
|
"express-session": "^1.15.6",
|
||
|
"fs-extra": "latest",
|
||
|
"highlight.js": "^9.13.1",
|
||
|
"jsdom": "^12.2.0",
|
||
|
"mailgun-js": "^0.18.0",
|
||
|
"markdown-it": "^8.4.1",
|
||
|
"memorystore": "^1.6.0",
|
||
|
"morgan": "latest",
|
||
|
"multer": "latest",
|
||
|
"nodemailer": "latest",
|
||
|
"pg": "^7.5.0",
|
||
|
"pg-hstore": "^2.3.2",
|
||
|
"prismjs": "^1.15.0",
|
||
|
"pug": "latest",
|
||
|
"reframe.js": "^2.2.1",
|
||
|
"request": "^2.83.0",
|
||
|
"sanitize-html": "^1.19.1",
|
||
|
"scrape-metadata": "^2.0.0",
|
||
|
"sequelize": "^4.37.6",
|
||
|
"serve-favicon": "latest",
|
||
|
"uuid": "^3.2.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/cli": "^7.1.2",
|
||
|
"@babel/core": "^7.1.2",
|
||
|
"@babel/preset-env": "^7.1.0",
|
||
|
"animejs": "^2.2.0",
|
||
|
"babel-preset-env": "^1.7.0",
|
||
|
"bulma.styl": "^0.6.11",
|
||
|
"scramble-text": "0.0.8"
|
||
|
}
|
||
|
}
|