Merge branch 'dev' into 718-dev-subcorpus-frontend
Showing
.git-blame-ignore-revs
0 → 100644
.husky/pre-commit
0 → 100644
... | ... | @@ -6,8 +6,8 @@ |
"bundle": "spago bundle --module Main --outfile dist/bundle.min.js --minify --source-maps", | ||
"build-dev": "spago bundle --module Main --outfile dist/bundle.min.js", | ||
"watch": "watchexec -e purs -- npm run build-dev", | ||
"css": "$npm_execpath css-themes", | ||
"css-themes": "$npm_execpath css-default-theme && $npm_execpath css-dark-theme && $npm_execpath css-darkster-theme && $npm_execpath css-greyson-theme && $npm_execpath css-herbie-theme && $npm_execpath css-monotony-theme", | ||
"css": "npm run css-themes", | ||
"css-themes": "npm run css-default-theme && npm run css-dark-theme && npm run css-darkster-theme && npm run css-greyson-theme && npm run css-herbie-theme && npm run css-monotony-theme", | ||
"css-default-theme": "sass src/sass/themes/default.scss:dist/styles/bootstrap-default.css", | ||
"css-dark-theme": "cp node_modules/bootstrap-dark/src/bootstrap-dark.css dist/styles/bootstrap-dark.css", | ||
"css-darkster-theme": "sass src/sass/themes/darkster.scss:dist/styles/bootstrap-darkster.css", | ||
... | ... | @@ -20,7 +20,8 @@ |
"server-ssl": "ssl-serve --ssl dist", | ||
"test": "spago test", | ||
"dev": "concurrently \"npm run watch\" \"npm run serve\" ", | ||
"serve": "npx parcel serve --dist-dir ./dist/dev/bundle ./dist/dev/index.html" | ||
"serve": "npx parcel serve --dist-dir ./dist/dev/bundle ./dist/dev/index.html", | ||
"prepare": "husky" | ||
}, | ||
"dependencies": { | ||
"@fontsource/crete-round": "~5.0.12", | ||
... | ... | @@ -55,9 +56,11 @@ |
"http-proxy-middleware": "^3.0.3", | ||
"immer": "~9.0.5", | ||
"isomorphic-unfetch": "~3.1.0", | ||
"jszip": "^3.10.1", | ||
"markdown-it": "~13.0.1", | ||
"minify": "^11.3.0", | ||
"prop-types": "~15.6.2", | ||
"purs-tidy": "^0.11.0", | ||
"react": "~18.2.0", | ||
"react-awesome-popover": "~6.1.1", | ||
"react-bootstrap": "~1.5.2", | ||
... | ... | @@ -75,6 +78,7 @@ |
"@babel/preset-react": "~7.24.1", | ||
"@getgauge/cli": "~1.4.0", | ||
"esbuild": "~0.21.1", | ||
"husky": "^9.1.7", | ||
"parcel": "~2.8.2", | ||
"process": "^0.11.10", | ||
"react-testing-library": "~8.0.1", | ||
... | ... |
This diff is collapsed.