[bootstrap] theme chooser
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
"install-ps": "psc-package install", | "install-ps": "psc-package install", | ||
"compile": "pulp build", | "compile": "pulp build", | ||
"build": "pulp browserify -t dist/bundle.js", | "build": "pulp browserify -t dist/bundle.js", | ||
"css": "sass src/sass/sass.sass:dist/styles/sass.css && sass src/sass/bootstrap/bootstrap.sass:dist/styles/bootstrap-custom.css", | "css": "sass src/sass/sass.sass:dist/styles/sass.css && sass src/sass/bootstrap/default.sass:dist/styles/bootstrap-default.css && cp node_modules/bootstrap-dark/src/bootstrap-dark.css dist/styles/bootstrap-dark.css && sass src/sass/bootstrap/greyson.scss:dist/styles/bootstrap-greyson.css && sass src/sass/bootstrap/monotony.scss:dist/styles/bootstrap-monotony.css", | ||
"docs": "pulp docs -- --format html", | "docs": "pulp docs -- --format html", | ||
"repl": "pulp repl", | "repl": "pulp repl", | ||
"clean": "rm -Rf output node_modules", | "clean": "rm -Rf output node_modules", | ||
... | @@ -24,7 +24,8 @@ | ... | @@ -24,7 +24,8 @@ |
"dependencies": { | "dependencies": { | ||
"aes-js": "^3.1.1", | "aes-js": "^3.1.1", | ||
"base-x": "^3.0.2", | "base-x": "^3.0.2", | ||
"bootstrap": "^4.6.0", | "bootstrap": "4.4.1", | ||
"bootstrap-dark": "^1.0.3", | |||
"create-react-class": "^15.6.3", | "create-react-class": "^15.6.3", | ||
"echarts": "^4.1.0", | "echarts": "^4.1.0", | ||
"echarts-for-react": "^2.0.14", | "echarts-for-react": "^2.0.14", | ||
... | ... |
Please register or sign in to comment