mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-02 04:29:13 -04:00
Moved bootstrap from devDependencies to dependencies and removed bootstrap-sass.
This commit is contained in:
parent
7ecd36efcf
commit
3ee67927a5
1 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,6 @@
|
||||||
"babel-loader": "^6.4.0",
|
"babel-loader": "^6.4.0",
|
||||||
"babel-polyfill": "^6.23.0",
|
"babel-polyfill": "^6.23.0",
|
||||||
"babel-preset-env": "^1.2.2",
|
"babel-preset-env": "^1.2.2",
|
||||||
"bootstrap": "^3.3.7",
|
|
||||||
"css-loader": "^0.27.3",
|
"css-loader": "^0.27.3",
|
||||||
"exports-loader": "^0.6.4",
|
"exports-loader": "^0.6.4",
|
||||||
"extract-text-webpack-plugin": "^2.1.0",
|
"extract-text-webpack-plugin": "^2.1.0",
|
||||||
|
@ -64,8 +63,8 @@
|
||||||
"webpack": "^2.2.1"
|
"webpack": "^2.2.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"bootstrap": "^3.3.7",
|
||||||
"bootstrap-colorpicker": "^2.5.1",
|
"bootstrap-colorpicker": "^2.5.1",
|
||||||
"bootstrap-sass": "^3.3.7",
|
|
||||||
"bootstrap-switch": "^3.3.4",
|
"bootstrap-switch": "^3.3.4",
|
||||||
"crypto-api": "^0.6.2",
|
"crypto-api": "^0.6.2",
|
||||||
"crypto-js": "^3.1.9-1",
|
"crypto-js": "^3.1.9-1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue