Add back in react & co

pull/6/head
Tristan Daniël Maat 2022-07-30 18:12:30 +01:00
parent 82fa543e43
commit aa721767fa
Signed by: tlater
GPG Key ID: 49670FD774E43268
5 changed files with 1338 additions and 1364 deletions

View File

@ -1,6 +0,0 @@
{
"indent_size": 2,
"html": {
"end_with_newline": true
}
}

9
.prettierrc Normal file
View File

@ -0,0 +1,9 @@
# -*- yaml -*-
tabWidth: 4
bracketSameLine: true
overrides:
- files: "**/*.html"
options:
tabWidth: 2

View File

@ -63,7 +63,6 @@
buildInputs = with pkgs.nodePackages; [
npm-check-updates
prettier
];
node_modules_attrs = {

2658
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,28 +11,36 @@
"@fortawesome/fontawesome-free": "^6.1.1",
"bulma": "^0.9.4",
"hack-font": "^3.3.0",
"three": "^0.141.0"
"three": "^0.142.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"classnames": "^2.3.1",
"redux-act": "^1.8.0",
"redux": "4.2.0",
"immutability-helper": "3.1.1"
},
"devDependencies": {
"@babel/preset-env": "^7.18.2",
"@elm-tooling/elm-language-server": "^2.4.1",
"@parcel/transformer-elm": "^2.6.1",
"@parcel/transformer-sass": "^2.6.1",
"@babel/preset-env": "^7.18.6",
"@parcel/transformer-sass": "^2.6.2",
"@types/react-dom": "^18.0.6",
"@types/three": "^0.141.0",
"js-beautify": "^1.14.3",
"parcel": "^2.6.1",
"prettier": "^2.7.1",
"parcel": "^2.6.2",
"posthtml-extend": "^0.6.3",
"posthtml-favicons": "^1.3.0",
"posthtml-favicons": "^1.4.0",
"posthtml-include": "^1.7.4",
"posthtml-markdownit": "^1.3.0",
"sass": "^1.52.3",
"sass": "^1.53.0",
"typescript": "^4.7.4",
"typescript-language-server": "^0.11.2",
"vscode-langservers-extracted": "^4.2.1"
},
"scripts": {
"build": "parcel build --no-autoinstall src/index.html && rename '.html' '.html.hbs' dist/browser/*.html",
"serve": "parcel serve --no-autoinstall src/index.html",
"watch": "parcel watch --no-autoinstall src/index.html",
"build-dist": "parcel build --no-cache --no-autoinstall src/index.html; rename '.html' '.html.hbs' dist/browser/*.html"
"build-dist": "parcel build --no-cache --no-autoinstall src/index.html && rename '.html' '.html.hbs' dist/browser/*.html"
},
"targets": {
"browser": {