[nix] cleanup
Showing
... | @@ -2,17 +2,22 @@ | ... | @@ -2,17 +2,22 @@ |
"name": "Gargantext", | "name": "Gargantext", | ||
"version": "0.0.6.9.9.9.9.1", | "version": "0.0.6.9.9.9.9.1", | ||
"scripts": { | "scripts": { | ||
"css": "bun css-themes", | "build": "spago build", | ||
"css-themes": "bun css-default-theme && bun css-dark-theme && bun css-darkster-theme && bun css-greyson-theme && bun css-herbie-theme && bun css-monotony-theme", | "bundle": "spago bundle --module Main --outfile dist/bundle.js", | ||
"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-default-theme": "sass src/sass/themes/default.scss:dist/styles/bootstrap-default.css", | "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-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", | "css-darkster-theme": "sass src/sass/themes/darkster.scss:dist/styles/bootstrap-darkster.css", | ||
"css-greyson-theme": "sass src/sass/themes/greyson.scss:dist/styles/bootstrap-greyson.css", | "css-greyson-theme": "sass src/sass/themes/greyson.scss:dist/styles/bootstrap-greyson.css", | ||
"css-herbie-theme": "sass src/sass/themes/herbie.scss:dist/styles/bootstrap-herbie.css", | "css-herbie-theme": "sass src/sass/themes/herbie.scss:dist/styles/bootstrap-herbie.css", | ||
"css-monotony-theme": "sass src/sass/themes/monotony.scss:dist/styles/bootstrap-monotony.css", | "css-monotony-theme": "sass src/sass/themes/monotony.scss:dist/styles/bootstrap-monotony.css", | ||
"docs": "bun spago docs", | "docs": "spago docs", | ||
"minify": "spago bundle --module Main --outfile dist/bundle.min.js --minify", | |||
"repl": "spago repl", | |||
"server": "serve -l 8008 dist", | "server": "serve -l 8008 dist", | ||
"server-ssl": "ssl-serve --ssl dist" | "server-ssl": "ssl-serve --ssl dist", | ||
"test": "spago test" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@fontsource/crete-round": "~5.0.12", | "@fontsource/crete-round": "~5.0.12", | ||
... | @@ -56,22 +61,22 @@ | ... | @@ -56,22 +61,22 @@ |
"uuid": "8.3.2" | "uuid": "8.3.2" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.15.0", | "@babel/core": "~7.15.0", | ||
"@babel/preset-env": "^7.15.6", | "@babel/preset-env": "~7.15.6", | ||
"@babel/preset-react": "^7.12.7", | "@babel/preset-react": "~7.12.7", | ||
"@getgauge/cli": "^1.4.0", | "@getgauge/cli": "~1.4.0", | ||
"esbuild": "^0.15.7", | "esbuild": "~0.15.7", | ||
"parcel": "^2.8.2", | "parcel": "~2.8.2", | ||
"react-testing-library": "^8.0.1", | "react-testing-library": "~8.0.1", | ||
"sass": "^1.35.2", | "sass": "~1.35.2", | ||
"serve": "^12.0.0", | "serve": "~12.0.0", | ||
"spago": "^0.93.29", | "spago": "~0.93.29", | ||
"ssl-serve": "^6.5.8", | "ssl-serve": "~6.5.8", | ||
"taiko": "latest", | "taiko": "latest", | ||
"vscode-languageserver": "^7.0.0", | "vscode-languageserver": "~7.0.0", | ||
"xhr2": "^0.2.1" | "xhr2": "~0.2.1" | ||
}, | }, | ||
"optionalDependencies": { | "optionalDependencies": { | ||
"purescript-language-server": "^0.17.1" | "purescript-language-server": "~0.17.1" | ||
} | } | ||
} | } |
Please register or sign in to comment