summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json55
1 files changed, 51 insertions, 4 deletions
diff --git a/package.json b/package.json
index fcb6355..39c691a 100644
--- a/package.json
+++ b/package.json
@@ -1,17 +1,64 @@
{
- "name": "km-galerie",
+ "name": "no-6092",
"version": "1.0.0",
- "description": "KM Galerie Website",
+ "description": "No.6092",
"main": "index.js",
+ "type": "module",
"scripts": {
+ "watch": "NODE_ENV=development webpack --config ./webpack.config.dev.js --watch",
+ "build:dev": "NODE_ENV=development webpack --config ./webpack.config.dev.js",
+ "build:production": "NODE_ENV=production webpack --config ./webpack.config.prod.js",
"dev": "nodemon ./index.js --ignore db.json --ignore public --watch 'templates/*' --watch index.js --ext liquid",
"server": "node ./index.js",
"build": "node ./build.sh",
"sync": "bash ./sync.sh"
},
- "author": "Jules and Markus",
+ "author": "julescarbon@gmail.com",
"dependencies": {
- "okcms": "git+ssh://git@ghghgh.us/~/okcms.git"
+ "3d-force-graph": "^1.70.5",
+ "@babel/cli": "^7.14.8",
+ "@babel/core": "^7.15.0",
+ "@babel/node": "^7.14.9",
+ "@babel/plugin-proposal-class-properties": "^7.14.5",
+ "@babel/plugin-transform-runtime": "^7.15.0",
+ "@babel/preset-env": "^7.15.0",
+ "@babel/preset-react": "^7.14.5",
+ "@babel/runtime": "^7.15.3",
+ "@u-wave/react-vimeo": "^0.9.5",
+ "babel-eslint": "^10.1.0",
+ "babel-loader": "^8.2.2",
+ "babel-plugin-module-resolver": "^4.1.0",
+ "babel-plugin-transform-class-properties": "^6.24.1",
+ "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
+ "babel-plugin-transform-object-rest-spread": "^6.26.0",
+ "babel-plugin-transform-runtime": "^6.23.0",
+ "babel-preset-env": "^1.7.0",
+ "babel-register": "^6.26.0",
+ "csv-parse": "^4.16.0",
+ "csv-stringify": "^5.6.2",
+ "dotenv": "^10.0.0",
+ "eslint-plugin-babel": "^5.3.1",
+ "eslint-plugin-import": "^2.24.0",
+ "fontfaceobserver": "^2.1.0",
+ "fsevents": "^2.3.2",
+ "history": "^5.0.1",
+ "node-fetch": "^2.6.1",
+ "okcms": "git+ssh://git@ghghgh.us/~/okcms.git",
+ "prop-types": "^15.7.2",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2",
+ "react-markdown": "^7.0.0",
+ "react-redux": "^7.2.4",
+ "react-router": "^5.2.0",
+ "react-router-dom": "^5.2.0",
+ "redux": "^4.1.1",
+ "redux-thunk": "^2.3.0",
+ "store2": "^2.12.0",
+ "terser-webpack-plugin": "^5.1.4",
+ "uuid": "^8.3.2",
+ "vimeo": "^2.1.1",
+ "webpack": "^5.50.0",
+ "webpack-cli": "^4.8.0"
},
"license": "UNLICENSED",
"devDependencies": {