aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2022-01-13 17:27:20 +0000
committers-ol <s+removethis@s-ol.nu>2022-01-13 17:27:20 +0000
commit0c98276d324db649c4a15be7859a501588257972 (patch)
tree8e2ee4784730e16290b043ee4b38418fa5166106 /package.json
parentMenu, DiscDAG loading (diff)
downloadfedidag-0c98276d324db649c4a15be7859a501588257972.tar.gz
fedidag-0c98276d324db649c4a15be7859a501588257972.zip
move everything into client/
Diffstat (limited to 'package.json')
-rw-r--r--package.json51
1 files changed, 0 insertions, 51 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 8a66943..0000000
--- a/package.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- "name": "fedidag-client",
- "version": "0.0.1",
- "scripts": {
- "start": "API_PREFIX=http://localhost:3000 webpack serve -w --host 0.0.0.0",
- "cors": "node cors.js",
- "build": "webpack --config ./webpack.config.js --mode production --progress"
- },
- "babel": {
- "presets": [
- "@babel/env"
- ],
- "plugins": [
- [
- "@babel/plugin-proposal-decorators",
- { "decoratorsBeforeExport": false }
- ],
- "@babel/plugin-proposal-class-properties",
- [
- "@babel/plugin-transform-react-jsx",
- {
- "pragma": "h",
- "pragmaFrag": "Fragment"
- }
- ]
- ]
- },
- "dependencies": {
- "classnames": "^2.2.6",
- "color-hash": "^1.0.3",
- "core-js": "^3.8.3",
- "date-fns": "^2.16.1",
- "jsonld": "^3.3.0",
- "preact": "^10.5.12",
- "regenerator-runtime": "^0.13.7"
- },
- "devDependencies": {
- "@babel/core": "^7.11.6",
- "@babel/plugin-proposal-class-properties": "^7.10.4",
- "@babel/plugin-proposal-decorators": "^7.12.13",
- "@babel/plugin-transform-react-jsx": "^7.12.12",
- "@babel/preset-env": "^7.11.5",
- "babel-loader": "^8.2.2",
- "copy-webpack-plugin": "^7.0.0",
- "html-webpack-plugin": "^4.5.0",
- "webpack": "^5.17.0",
- "webpack-cli": "^4.4.0",
- "cors-anywhere": "^0.4.3",
- "webpack-dev-server": "^3.11.2"
- }
-}