Save old work: j-old-work-2020
Showing
img/matrix-to.png
0 → 100644
7.51 KB
img/matrix-uri.png
0 → 100644
7.6 KB
{ | ||
"name": "matrix-to", | ||
"version": "0.0.1", | ||
"name": "jf-matrix-to", | ||
"version": "0.5.0", | ||
"description": "Stateless privacy-protecting URL redirecting service for the Matrix.org ecosystem", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production webpack -p src/index.js bundle.js", | ||
"start": "webpack -w src/index.js bundle.js", | ||
"babel-debug": "babel src --out-dir out --presets=@babel/env --presets=@babel/react", | ||
"build": "webpack -p", | ||
"build-debug": "webpack -d", | ||
"start": "webpack -d -w", | ||
"deploy": "cross-env rsync -irt --links --safe-links --delete-delay --exclude='.*.swp' index.html site.css bundle.js img $HOME/Sites/matrix/matrix-to/www/", | ||
"deploy-debug": "cross-env rsync -irt --links --safe-links --delete-delay --exclude='.*.swp' index.html site.css img out node_modules $HOME/Sites/matrix/matrix-to/www/", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"clean": "rm bundle.js bundle.js.map" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/matrix-org/matrix.to.git" | ||
"url": "git+https://gitlab.com/julianfoad/matrix.to.git" | ||
}, | ||
"author": "Matrix.org", | ||
"author": "Matrix.org; Julian Foad", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/matrix-org/matrix.to/issues" | ||
"url": "https://gitlab.com/julianfoad/matrix.to/issues" | ||
}, | ||
"homepage": "https://matrix.to", | ||
"dependencies": { | ||
... | ... | @@ -24,12 +28,16 @@ |
"react-dom": "^15.0.2" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.8.0", | ||
"babel-loader": "^6.2.4", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-react": "^6.5.0", | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.9.0", | ||
"@babel/preset-env": "^7.9.0", | ||
"@babel/preset-react": "^7.9.4", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-loader": "^8.1.0", | ||
"cross-env": "^5.0.5", | ||
"source-map-loader": "^0.1.5", | ||
"webpack": "^1.13.0" | ||
"webpack": "^4.42.1", | ||
"webpack-cli": "^1.5.3", | ||
"webpack-dev-server": "^3.10.3" | ||
} | ||
} |
This diff is collapsed.